
/*
Theme Name: Polo Custom Products
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.2.2.1603772769
Updated: 2020-10-27 04:26:09
*/

.file-area {
	background: #F3F4F5 !important;
	width: 100%;
	height: 52px;
	margin-bottom: 20px;
	margin-top: -14px;
}
input.wpcf7-file {
	opacity: 0;
	width: 0.1px;
	height: 52px;
	position: absolute;
	margin-top: 20px;
}
span.file-label {
	font-size: 14px;
  color: #ffffff;
  position: absolute;
  right: 0;
  z-index: 20;
  padding-top: 16px;
  padding-right: 16px;
  text-transform: uppercase;
	cursor: pointer;
	pointer-events: all;
	display: none;
}
span.file-name {
	font-size: 14px;
  color: #808285;
  position: relative;
	left: 16px;
  top: 18px;
  width: calc(90% - 116px);
  display: block;
	white-space: nowrap;
	overflow: hidden;
}
span.your-file {
	display: block;
	position: relative;
	float: right;
	width: 120px;
	height: 50px;
	background: #006799;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	transition: transform .2s ease-out;
}
span.your-file:after {
	content: "Choose File";
	font-size: 14px;
  color: #ffffff;
	font-weight: 300;
	cursor: pointer;
	text-transform: uppercase;
}
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer;
}
/*
span.your-file:before {
  content: "CHOOSE FILE";
  position: absolute;
  right: 0;
  padding: 5px;
  background: #006799;
  color: #fff;
  width: 130px;
  text-align: center;
  cursor: pointer;
}
span.your-file:after {
  content: "";
  background: gray;
}
span.your-file>input {
  opacity: 0;
}
*/

/*
span.wpcf7-form-control-wrap your-file.your-file input {
	border: 1px solid orange;
}
span.wpcf7-form-control-wrap your-file.your-file label {
	border-color: orange;
	background: orange;
	color: #fff;
}

*/

/*
#main-header {
  top: 64px !important;
}
#page-container {
  margin-top: 0px !important;
}
*/
#top-menu li#mob-only {
  display: none;
}
#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a {
	color: unset;
}

#et-main-area .et_pb_scroll_top.et-pb-icon {
  display: none;
  position: fixed;
  z-index: 99999;
  right: 0;
  margin-right: 6px !important;
  bottom: 125px;
  padding: 0px !important;
  -webkit-border-top-left-radius: 7px !important;
  -moz-border-radius-topleft: 7px !important;
  border-top-left-radius: 7px !important;
  -webkit-border-bottom-left-radius: 7px !important;
  -moz-border-radius-bottomleft: 7px !important;
  border-bottom-left-radius: 7px !important;
  -webkit-border-top-right-radius: 7px !important;
  -moz-border-radius-topright: 7px !important;
  border-top-right-radius: 7px !important;
  -webkit-border-bottom-right-radius: 7px !important;
  -moz-border-radius-bottomright: 7px !important;
  border-bottom-right-radius: 7px !important;
  color: #fff;
  background: #006799 !important;
  font-size: 48px !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700 !important;
}
/* Mobile menu expandable support */

.et_pb_menu .et_mobile_menu .menu-item-has-children > a,
.et_pb_fullwidth_menu .et_mobile_menu .menu-item-has-children > a,
#main-header .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  position: relative;
}

#main-header .et_mobile_menu .menu-item > a:after {
  content: "";
}


/*
#main-header:before {
	background-color: #006799;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	mix-blend-mode: multiply;
	content: "";
}

#main-header {
	position: relative;
	z-index: unset;
}
*/

.et_pb_menu .et_mobile_menu .menu-item-has-children > a:after,
.et_pb_fullwidth_menu .et_mobile_menu .menu-item-has-children > a:after,
#main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-family: 'ETmodules';
  text-align: center;
  speak: none;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 12px;
  content: '\4c';
  top: 7px;
  left: 36px;
  cursor: pointer;
}

.et_pb_menu .et_mobile_menu .menu-item-has-children.visible > a:after,
.et_pb_fullwidth_menu .et_mobile_menu .menu-item-has-children.visible > a:after,
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
  content: '\4b';
}

.et_pb_menu .et_mobile_menu ul.sub-menu,
.et_pb_fullwidth_menu .et_mobile_menu ul.sub-menu,
#main-header .et_mobile_menu ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
  transition: all 1.5s ease-in-out;
}

.et_pb_menu .et_mobile_menu .visible > ul.sub-menu,
.et_pb_fullwidth_menu .et_mobile_menu .visible > ul.sub-menu,
#main-header .et_mobile_menu .visible > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
}


/* Make the mobile menu full height */
.et_mobile_menu {
  min-height: 100vh !important;
  min-height: -webkit-fill-available;
  padding-top: 0px !important;
  background: #808285;
}
html {
  height: -webkit-fill-available;
}


/* Support 2 columns on mobile views class = two-on-mob */
@media (max-width: 980px) {
  .et_pb_row_inner.two-on-mob>.et_pb_column.et_pb_column_1_3 {
    width: 49%!important;
    margin-right: 2% !important;
    margin-bottom: 2% !important;
  }
  .et_pb_row_inner.two-on-mob>.et_pb_column.et_pb_column_1_3:nth-of-type(even) {
    width: 49%!important;
    margin-right: 0 !important;
  }
  .et_pb_row_2.two-on-mob>.et_pb_column.et_pb_column_1_4 {
    width: 49%!important;
    margin-right: 2% !important;
    margin-bottom: 2% !important;
  }
  .et_pb_row_2.two-on-mob>.et_pb_column.et_pb_column_1_4:nth-of-type(even) {
    width: 49%!important;
    margin-right: 0 !important;
  }
	.et_pb_row_3.two-on-mob>.et_pb_column.et_pb_column_1_4 {
    width: 49%!important;
    margin-right: 2% !important;
    margin-bottom: 2% !important;
  }
  .et_pb_row_3.two-on-mob>.et_pb_column.et_pb_column_1_4:nth-of-type(even) {
    width: 49%!important;
    margin-right: 0 !important;
  }
	.et_pb_row_1.two-on-mob>.et_pb_column.et_pb_column_1_4 {
    width: 49%!important;
    margin-right: 2% !important;
    margin-bottom: 2% !important;
  }
	.et_pb_row_1.two-on-mob>.et_pb_column.et_pb_column_1_4:nth-of-type(even) {
    width: 49%!important;
    margin-right: 0 !important;
  }
	.et_pb_row_1.two-on-mob>.et_pb_column.et_pb_column_1_5 {
    width: 49%!important;
    margin-right: 2% !important;
    margin-bottom: 2% !important;
  }
  .et_pb_row_1.two-on-mob>.et_pb_column.et_pb_column_1_5:nth-of-type(even) {
    width: 49%!important;
    margin-right: 0 !important;
  }
}

/* remove */

@media only screen and (max-width: 980px) {
  .two-columns .et_pb_column {
    width: 50%!important;
  }
}

/*
.admin-bar .site-container {
  padding-top: 32px;
}

@media only screen and (max-width: 782px) {

  .admin-bar .site-container {
    padding-top: 46px;
  }

}
*/


#et-main-area h1 {
  font-size: 46px;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #006799;
}

#et-main-area h2 {
  font-size: 38px;
  font-family: "Open Sans Condensed";
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
}

#et-main-area h3 {
  font-size: 30px;
  font-family: "Open Sans";
  line-height: 1.3;
  font-weight: 200;
  color: #ffffff;
}

#et-main-area h4 {
  font-size: 24px;
  font-family: "Open Sans";
  line-height: 1.3;
  color: #99cb62;
  font-weight: 600;
  margin-top: 12px;
}

#et-main-area h5 {
  font-size: 23px;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
}

#et-main-area h6,
#post-category {
  font-size: 16px;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  color: #515c62 !important;
}

#et-main-area .h2-to-h1 h2 {
  font-size: 46px;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #006799 !important;
}

#et-main-area p,
#post-content p,
.et_pb_text p,
.et_pb_text_inner {
  font-size: 14px;
  font-family: "Open Sans";
  line-height: 2.14;
  color: #515c62;
}

.centered-headers h1,
.centered-headers h6 {
  text-align: center;
}

blockquote {
  border: 1px solid #eee;
  border-left: 8px solid #006799;
  margin-left: 0 !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

blockquote p {
  color: #006799 !important;
  font-family: "Open Sans";
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.8 !important;
	padding-left: 56px !important;
	padding-right: 56px !important;
}

.bq-no-border blockquote {
  border: none;
}

#et-main-area .subtitle p,
#et-main-area .subtitle,
.subtitle p,
.subtitle {
  font-family: "Open Sans Condensed";
  font-size: 16px;
  font-weight: 700;
  color: #006799 !important;
  margin-top: 24px;
}


#post-content .subtitle p {
  margin-left: 64px;
}

#post-content ul,
.et_pb_text_inner ul,
.et_pb_code_inner ul {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5;
  list-style: none;
  margin-top: 12px !important;
  margin-left: 0px;
  display: block;
	overflow: hidden;
}

#post-content li,
.et_pb_text_inner li,
.et_pb_code_inner li {
  position: relative;
  margin-left: 10px;
	margin-right: 5%;
  margin-bottom: .5em;
  left: 1em;
}

#post-content li:before,
.et_pb_text_inner ul li:before,
.et_pb_code_inner ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 14px 0 -29px;
  color: #99CB62;
}

.owl-item li:before {
  content: unset !important;
}


.et_pb_code_inner ul.social-icons li:before {
	content: "" !important;
}

/* Next 2 definitions fix problems with pseudo element
bullets in nested (tabbed) ul/li structures  */

#post-content li:only-of-type,
.et_pb_text li:only-of-type {
  margin-bottom: -1.5em;
}

#post-content ul li:only-of-type:before,
.et_pb_text ul li:only-of-type:before {
  content: none;
}


/* Restyle headers when used in general text areas */

#et-main-area #post-content h2,
.et_pb_text_inner h2,
.et_pb_blurb_description h2 {
  color: #006799 !important;
	padding-bottom: 0;
	margin-bottom: 0;
}

#post-content h3,
.et_pb_text_inner h3,
.et_pb_blurb_description h3 {
  font-family: "Open Sans" !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #006799 !important;
  line-height: 1.8 !important;
	padding-bottom: 0;
	margin-bottom: 0;
}

#post-content h4,
.et_pb_text_inner h4,
.et_pb_blurb_description h4 {
	padding-bottom: 0;
	margin-bottom: 0;
}

#et-main-area #post-content h5,
.et_pb_text_inner h5,
.et_pb_blurb_description h5 {
  color: #006799 !important;
	padding-bottom: 0;
	margin-bottom: 0;
}

#post-content h6,
.et_pb_text_inner h6,
.et_pb_blurb_description h6 {
  text-transform: unset;
  color: #006799 !important;
  font-size: 18px !important;
}

@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	#et-main-area h1,
	#et-main-area .h2-to-h1 h2  {
		font-size: 43px;
	}
	blockquote p {
		padding-left: 0 !important;
		padding-right: unset !important;
	}
}
@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	#et-main-area h1,
	#et-main-area .h2-to-h1 h2  {
		font-size: 40px;
	}
}
/* Default Blurb styles */

.et_pb_blurb_content {
  max-width: unset;
}

.et_pb_blurb h4 {
  font-style: oblique;
  margin-bottom: 12px;
}

.et_pb_blurb.title-line h4:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  height: 1px;
  /*border-bottom: 2px solid #99cb62;*/
  max-width: 800px;
  width: 66%;
}

.content-tab h3,
.content-tab h5,
.content-tab h6,
.content-tab p,
.content-tab .et_pb_blurb_description,
.content-tab .et_pb_text {
	margin-left: 84px;
}
.content-tab-s h3,
.content-tab-s h5,
.content-tab-s h6,
.content-tab-s p,
.content-tab-s .et_pb_blurb_description,
.content-tab-s .et_pb_text {
	margin-left: 32px;
}


/*
.et_pb_blurb_description {
  color: #006799 !important;
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 16px !important;
  line-height: 1.8 !important;
	margin-left: 84px;
}

.et_pb_blurb p {
  color: #006799 !important;
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 16px !important;
  line-height: 1.8 !important;
}
*/

.et_pb_blurb blockquote {
  border: 1px solid #eee;
  border-left: 8px solid #006799;
  margin-left: 0 !important;
}

.et_pb_blurb blockquote p {
  color: #006799 !important;
  font-family: "Open Sans";
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.8 !important;
  padding-left: 0 !important;
  padding: 20px 0 20px 0 !important;
}

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

	.content-tab h3,
	.content-tab h5,
	.content-tab h6,
	.content-tab p,
	.content-tab .et_pb_blurb_description,
	.content-tab .et_pb_text {
		margin-left: 16px;
	}

  .et_pb_blurb blockquote,
	#post-content blockquote,
	.et_pb_text_inner blockquote {
    border-left: 3px solid #006799;
    padding: 20px 23px;
  }

	#et-main-area h4 {
	  font-size: 23px;
		font-style: oblique;
		border-bottom: 2px solid #99CB62;
		margin-bottom: 12px;
	}
	.et_pb_blurb.title-line h4:before {
		border: none;
	}
}

.et_pb_button {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 20px 4px;
  margin-top: -4px;
  margin-left: 20px;
}

#page-container #button-white.large {
  color: #006799 !important;
  font-weight: 200 !important;
  font-family: "Open Sans";
  font-size: 14px !important;
  border: 1px solid;
  padding: 8px 48px !important;
  width: unset !important;
}

#page-container #button-white.large:hover {
  background: #006799;
  color: #ffffff !important;
}

#et-main-area .full-width {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: -18px !important;
}

#et-main-area h6 a {
  display: inline-block;
  color: #808285 !important;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 400;
  padding: 24px 0 !important;
}
/*
#et-main-area h6 a:before {
  display: inline-block;
  margin-right: 8px;
  width: 6px;
  height: 14px;
  padding: 2px 5px 1px 6px;
  background-color: #99cb62;
  border-radius: 50%;
  content: url(/wp-content/themes/Divi-child/images/Arrow-right-white.svg);
}
*/

.no-top-margin {
  margin-top: 0 !important;
  padding-top: 0 !important;
  /*z-index: -1;*/
}

.no-bottom-margin {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-top-margin-desktop {
	margin-top: 0;
	padding-top: 0;
}


.zindex0 {
	position: relative;
  z-index: 0;
}

.hide {
  display: none;
}

.opening-paragraph {
  padding-left: 20px;
}

.width-100 {
  width: 100% !important;
}

.width-95 {
  width: 95% !important;
}

.width-90 {
  width: 90% !important;
	margin: auto;
}

.width-80 {
  width: 80% !important;
	margin: auto;
}

.desktop-80 {
	width: 80%;
	margin: auto;
}

.width-75 {
  width: 85% !important;
}

.width-70 {
  width: 70% !important;
}

.top-para-margin, .header-margin {
  margin-top: 29px;
}

.et-pb-arrow-next, .et-pb-arrow-prev {
	transition: unset !important;
	opacity: 1;
}
.et_pb_slider .et-pb-arrow-next {
    right: 22px;
    opacity: 1;
}
.et_pb_slider .et-pb-arrow-prev {
    left: 22px;
    opacity: 1;
}

/* Standard row width - desktop */

/*.et_pb_row,*/
.et_pb_section .et_pb_row,
.et_menu_container,
#top-header .container {
  width: 90%;
	margin: auto;
	max-width: 1440px;
}
.row-fix .et_pb_row {
	width: unset !important;
}
.admin-bar #top-header .container {
  top: 18px;
}

#hero-image,
#no-hero {
  margin-top: 130px !important;
}

#hero-image img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

/* Column margins indesnted - both sides */

.margin1 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

/* Column margins indesnted - right side only */

.margin1-right {
  padding-right: 64px;
}

/* Over-ride DIVI */
@media only screen and (min-width: 1800px) {
	.et_pb_row {
    padding: unset 64px;
	}
}


/* Scale menu to fit until tablet */

@media (min-width: 981px) and (max-width: 1128px) { /* Laptops */

/*  .et_pb_row,*/
/*
  .et_pb_section .et_pb_row,
  .et_menu_container,
  #top-header .container,
  #left-footer .container,
  #right-footer .container {
    width: 96% !important;
  }
*/
  #right-footer .container {
    margin-left: 20px !important;
		max-width: unset;
  }

	#left-footer .container {
		max-width: unset;
  }

  #main-header #et-top-navigation {
    padding-left: 148px !important;
  }

  #main-header #top-menu .menu-item {
    margin-right: 13px !important;
  }

	#top-menu-nav #top-menu li {
    font-size: 11px !important;
	}

  #top-menu .menu-item:last-child {
    margin-right: 0 !important;
  }
}

@media only screen and ( max-width: 980px ) {
  /* Tablets-Phones */

	.margin1 {
	  padding-left: unset !important;
	  padding-right: unset !important;
	}

	.no-top-margin-desktop {
		margin-top: unset;
		padding-top: 40px;
	}

	.no-top-margin-mob {
		margin-top: 0;
		padding-top: 12px;
	}

	.no-bottom-margin-mob {
	  margin-bottom: 0 !important;
	  padding-bottom: 0 !important;
	}

	.top-para-margin, .header-margin {
	  margin-top: 8px;
	}

	.mobile-90 {
		width: 90%;
		margin-left: 5%;
	}


  /*.et_pb_row,*/
  #top-header .container,
  #left-footer .container,
  #right-footer .container {
    width: 90% !important;
  }

	.desktop-80 {
		width: unset;
		margin: unset;
	}

  .margin1 {
    padding-left: unset;
    padding-right: unset;
    margin-left: 0;
    margin-right: 0;
  }

  .margin1-right {
    padding-right: unset;
  }

  .mobile-width-100,
  .mobile-100,
  .mobile-100>.et_pb_row {
    width: 100% !important;
  }

	.mobile-100>.et_pb_code_inner>ul {
		padding-left: 0;
	}

  .mobile-95 {
    width: 95% !important;
    margin-left: 2.5% !important;
    margin-right: 2.5% !important;
  }

  .top-para-margin {
    margin-top: 0;
  }

	#hero-image img {
    height: 320px;
	}
}

@media only screen and (max-width: 479px) { /* Phones */
	#hero-image img {
    height: 180px !important;
	}
}
@media only screen and (max-width: 375px) {
	header .logo_container #logo {
			max-width: 76px !important;
			margin-left: calc((100vw - 336px) / 2) !important;
	}
}

@media (max-width: 980px) {
  #bg-header {
    display: none;
  }
  #main-header {
    top:0 !important;
    background: #ffffff !important;
  }
  .admin-bar #bg-header {
    top: 0 !important;
  }
  .admin-bar #main-header {
    top: 0;
  }
  #top-header .container {
    top: 0 !important;
  }
  #et-footer-nav .container {
    width: 85%;
  }
  #page-container #main-header .container {
    width: 100% !important;
  }
  #main-header .logo_container #logo {
    height: 74px !important;
    width: 100px !important;
    margin-top: 0 !important;
  }


  #main-header .logo_container {
    height: 60px !important;
    top: 9px;
    left: 19px;
  }
  #hero-image, #no-hero {
    margin-top: 60px !important;
	}
  #et-top-navigation {
    padding-top: 0 !important;
  }
  #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
    padding-bottom: 24px;
	}
  .mobile_nav .mobile_menu_bar {
		background-color: #99CB62;
    width: 74px;
    height: 74px;
    background-image: url(/wp-content/themes/Divi-child/images/Menu.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 21px 23px;
    margin-top: 0;
    margin-right: 0;
    cursor: pointer;
  }
	.mobile_menu_bar:before {
    content: "";
  }
  .mobile_nav.opened .mobile_menu_bar {
    background-image: url(/wp-content/themes/Divi-child/images/Close.svg);
  }
  #mob-only {
    display: block;
  }
	#mob-only form {
		width: 90% !important;
		height: 40px;
		max-width: 90% !important;
		margin: 8px 5%;
    border: 1px solid #99CB62 !important;
	}
	#mob-only .nav-search {
		display: block;
    background: #ffffff;
    padding: 0;
    color: #99CB62;
    position: relative;
		height: 52px;
	}
	#mob-only .et-search-form input {
		top: 0;
	}
	#mob-only .et-search-field {
		width: 100% !important;
    position: absolute;
    left: 8px;
	}
	#mob-only .et-search-form input[type="submit"] {
		position: absolute;
		right: -12px;
	}

	#top-menu-nav .mob-dollar {
    width: 74px;
    height: 74px;
    position: absolute;
    right: 148px;
    background: #808285;
    top: 0;
    cursor: pointer;
    background-image: url(/wp-content/themes/Divi-child/images/Quote.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 29px 20px;
  }
  #top-menu-nav .mob-dollar:before {
    content: "";
  }
	#top-menu-nav .mob-phone {
    width: 74px;
    height: 74px;
    position: absolute;
    right: 74px;
    background: #006799;
    top: 0;
    cursor: pointer;
    background-image: url(/wp-content/themes/Divi-child/images/White-phone.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 27px 21px;
  }
  #top-menu-nav .mob-phone:before {
    content: "";
  }
  #mobile_menu.et_mobile_menu #mob-only div.nav-quote {
    padding: 6px;
    display: block;
    background: #ffffff;
  }

  #mobile_menu.et_mobile_menu #mob-only div.nav-quote a {
    padding: 6px;
    border: 1px solid #ffffff;
    background: #006799;
    color: #ffffff;
    text-align: center !important;
    width: 200px;
    margin: auto;
  }

  #mobile_menu.et_mobile_menu #mob-only div.nav-quote a:hover {
  	background: #ffffff;
    color: #006799;
    border: 1px solid #006799;
  }
  #mob-only .nav-search {
    display: block;
    background: #ffffff;
    padding: 0;
    color: #99CB62;
  }

  #mob-only .nav-social {
    display: block;
    background: #808285;
    padding: 12px;
  }

  #mob-only .nav-social #contact-social a img {
    height: 16px !important;
    width: auto;
    margin-right: 0px;
    mix-blend-mode: color-dodge;
  }

  #mobile_menu {
    background: #808285 !important;
  }

  #mobile_menu.et_mobile_menu #mob-only .nav-social #contact-social a {
    padding: 10px 8px;
  }

  #mobile_menu.et_mobile_menu #mob-only .nav-privacy {
    display: block;
    background: #ffffff;
    padding: 0px;
  }

  #mobile_menu.et_mobile_menu #mob-only .nav-privacy a {
    font-family: "Open Sans";
    color: #515C62;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 12px;
  }

  #mobile_menu.et_mobile_menu #mob-only .nav-tagline {
    display: block;
    background: #ffffff;
    padding: 0px;
    font-family: "Open Sans";
    font-style: oblique;
    color: #006799;
    text-align: center;
    font-weight: 400;
  }

  #mobile_menu.et_mobile_menu {
    background-color: #ffffff;
    padding: 0;
    border-top: none;
    margin: 0;
    width: 100%;
  }

  #mobile_menu.et_mobile_menu li li {
    padding-left: 0;
  }

  #mobile_menu li.mega-menu .sub-menu ul li a:not([class]) {
    display: none;
  }

  #mobile_menu.et_mobile_menu li a {
    color: #ffffff;
    text-align: left;
    padding: 6px 51px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
  }

  #mobile_menu.et_mobile_menu li a:hover {
    color: #99CB62;
  }

  #mobile_menu.et_mobile_menu li ul {
    padding-left: 0;
    margin-left: 0;
  }

  /* First level */

  #mobile_menu li.menu-item {
    background-color: #006799;
    color: #ffffff;
  }

  #mobile_menu li.menu-item a:before {
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #ffffff !important;
    content: "";
    width: calc(100% - 42px);
    margin-left: -30px;
  }

	#mobile_menu li.menu-item-155 a:before {
    border-bottom: none !important;
  }

  #mobile_menu li.menu-item.visible a:before {
    content: none !important;
  }

  #mobile_menu li.menu-item a {
    font-size: 14px;
    line-height: 1.4;
		position: relative;
  }

  /* Second level */

  #mobile_menu li ul li.menu-item {
    background-color: #808285;
    color: #ffffff;
  }

  #mobile_menu li ul li.menu-item a {
    background-color: #808285;
    color: #ffffff;
    padding-left: 82px;
    text-transform: uppercase;
    font-size: 12px !important;
  }

  #mobile_menu li ul li.menu-item a:before {
    content: none !important;
  }

  #mobile_menu li ul li.menu-item a:after {
    left: 66px !important;
    top: 5px !important;
  }

  /* Third level */

  #mobile_menu li ul li ul li.menu-item {
    background-color: #515C62;
    color: #ffffff;
  }

  #mobile_menu li ul li ul li.menu-item a {
    background-color: #515C62;
    color: #ffffff;
    padding-left: 90px;
    text-transform: unset !important;
    font-weight: 400 !important;
  }

  #mobile_menu li ul li ul li.menu-item a:hover {
    font-style: oblique;
  }

  #mobile_menu li:not([id]) {
    display: none !important;
  }

/*
	#mobile_menu .third-level {
		display: none;
	}
*/
}





/* Mix-Blend-Modes */

.mix-luminosity img {
  mix-blend-mode: luminosity;
}

.mix-multiply img {
  mix-blend-mode: multiply;
}

.et_pb_video {
  width: 50%;
  min-width: 360px;
  float: left;
  padding: 20px 40px 20px 12px;
}

/* row-pad-1 for thinner margins in 4col */

@media (min-width: 981px) {
  .row-pad-1 .et_pb_column_1_4,
	.row-pad-1 .et_pb_gutters2 .et_pb_column_1_4 {
    width: 24.25% !important;
  }

  .row-pad-1 .et_pb_column,
	.row-pad-1 .et_pb_gutters2 .et_pb_column
	 {
    margin-right: 1% !important;
  }
}
/* row-pad-1-5 for thinner margins in 5col */
@media (min-width: 981px) {
 	.row-pad-1-5 .et_pb_column_1_5 {
    width: 19.2% !important;
	}
	.row-pad-1-5 .et_pb_column {
    margin-right: 1% !important;
	}
}

#home-imgblock {
  width: 20vw;
  height: 15vw;
  display: table-cell;
  vertical-align: middle;
  background-color: #000000;
}

.et_pb_section,
.et_pb_section * {
  animation: none !important;
}

/* Header + Top Menu */

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
  padding-top: 52px;
  float: unset !important;
}

.et_header_style_left .logo_container {
  height: 113px !important;
}

.et_header_style_left #et-top-navigation nav>ul>li>a,
.et_header_style_split #et-top-navigation nav>ul>li>a {
  padding-bottom: 31px;
}

/* Search Form */

.et-search-form input {
  color: #ffffff !important;
  font-size: 18px;
}

.et-search-form ::placeholder {
  color: #99CB62;
  opacity: 1;
  /* Firefox */
}

.et-search-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #99CB62;
}

.et-search-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #99CB62;
}

.et_menu_container {
  width: 90%;
}

#et-top-navigation {
  padding-left: 180px !important;
  text-align: center !important;
}

#et-secondary-nav .menu-item-has-children>a:first-child,
#top-menu .menu-item-has-children>a:first-child {
  padding-right: 0;
}

#top-menu .menu-item {
  margin-right: 20px !important;
}

#top-menu {
  float: unset !important;
}

#top-header {
  background: transparent;
  position: fixed;
  width: 100%;
	z-index: 200;
	top: 0;
}

.admin-bar #top-header {
  top: 13px;
}

#top-header .container {
  padding-top: 0;
  font-weight: 600;
}

#top-header #et-secondary-nav li {
  display: inline-flex;
  padding: 8px 22px 0 !important;
  margin: 1px -1px 1px -1px !important;
  text-transform: uppercase;
}

#bg-header {
  width: 100%;
  height: 130px;
  position: fixed;
  top: 0px;
  background-color: #00365a;
  mix-blend-mode: multiply;
  z-index: 100;
}

.admin-bar #bg-header {
  top: 32px;
}

#bg-header.white-back {
  background-color: #ffffff;
  mix-blend-mode: unset;
}

#main-header {
  position: fixed;
  top: 32px;
  background: transparent;
  z-index: 100;
}

.admin-bar #main-header {
  top: 64px;
}

.logo_container #logo {
  position: absolute;
  width: 136px !important;
  height: auto !important;
  margin-top: -25px !important;
  margin-left: 0;
}

#top-menu-nav {
  margin: auto;
  float: unset !important;
}

#top-menu-nav a {
  color: #ffffff;
  font-weight: 400;
}

/*
#top-menu-nav:before {
	border-bottom: 2px solid #99CB62;
  position: absolute;
  bottom: -12px;
  opacity: 1;
}
#top-menu-nav:after:hover {
	opacity: 1;
}
*/


#top-menu .menu-item-has-children>a:first-child:after {
  top: 10px;
  position: relative;
}

#top-menu-nav a:hover:after {
  content: "";
  color: #212121;
  display: block;
  width: 100%;
  max-width: 48px;
  margin: 0px auto -2px !important;
  border-bottom: 2px solid  #99CB62;
  left: 1%;
  right: 1%;
  top: 10px;
  position: relative;
}

#top-menu-nav.white-back a {
  color: #515C62;
}

#top-menu-nav #top-menu li {
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 0;
  padding-right: 0;
}

#top-menu-nav #top-menu li a:after {
  content: "";
}

#et-top-navigation nav>ul>li>a,
.et_header_style_split #et-top-navigation nav>ul>li>a {
  padding-right: 20;
}

#top-menu-nav ul.sub-menu {
  border: none;
  padding: 12px 8px 12px 0;
  width: 300px;
  margin-top: 0px;
	background-color: #00365A;
}

#top-menu-nav ul.sub-menu a {
  font-family: "Open Sans" !important;
  font-size: 12px !important;
  font-weight: 700;
  width: 280px;
	color: #ffffff !important;
}

#top-menu-nav.white-back ul.sub-menu {
	background-color: #ffffff;
}

#top-menu-nav.white-back ul.sub-menu a {
	color: #515C62 !important;
}


#top-menu-nav ul.sub-menu li {
  padding-left: 8px;
  padding-right: 4px;
  line-height: 1.5em;
}

#top-menu-nav ul.sub-menu
li a:hover {
  border: none !important;
  color: #99CB62 !important;
  background-color: transparent;
}

#top-menu-nav ul.sub-menu
li a:hover:after {
  border: none;
  margin: 0 !important;
}



/* Product Mega Menu */

#top-menu li .menu-item-has-children>a:first-child {
  padding-right: 8px;
  padding-left: 0;
}

#top-menu li.mega-menu>ul>li {
  width: 20% !important;
  margin: 0;
  padding: 0;
  border-left: 2px solid #99CB62;
}

#top-menu li.mega-menu>ul>li>a:first-child {
  padding-top: 0!important;
  border-bottom: none;
  font-weight: 700;
  padding-left: 8px;
  color: #ffffff !important;
}

#top-menu li.mega-menu>ul>li>a {
  padding-right: 0;
  width: unset !important;
}

#top-menu li.mega-menu>ul {
  position: absolute !important;
  left: 0 !important;
  padding: 30px 10px;
  z-index: unset;
}

#top-menu .mega-menu>ul:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}

/*
#top-menu li .mega-menu>ul.sub-menu {
	background: #00365A;
	color: #ffffff;
}
*/
/*
#top-menu li.mega-menu>ul>* {
  z-index: 300;
}
*/
#top-menu-nav.white-back #top-menu li.mega-menu>ul:after {
  background: #ffffff !important;
}
#top-menu-nav.white-back #top-menu li.mega-menu>ul {
  background: #ffffff !important;
}

#top-menu-nav.white-back #top-menu li.mega-menu>ul a {
  color: #515c62 !important;
}

#top-menu li.mega-menu>ul>li>a:first-child:hover {
	color: #99CB62 !important;
}

#top-menu-nav.white-back #top-menu li.mega-menu>ul a:hover {
    color: #99CB62 !important;
}

#top-menu li.mega-menu>ul>li:nth-of-type(4n+1) {
  clear: none !important;
  width: 20% !important;
  border-left: 2px solid #99CB62;
}

#top-menu li.mega-menu>ul>li:first-child {
  border: none;
}

#top-menu li.mega-menu .sub-menu ul li a.post {
  text-transform: none;
  font-weight: 200 !important;
  font-family: "Open Sans" !important;
  font-size: 12px !important;
	font-style: normal;
  color: #ffffff;
}

#top-menu li.mega-menu .sub-menu ul li a.post:hover {
	font-style: oblique;
}

#top-menu li.mega-menu .sub-menu ul li a:not([class]) {
  display: none;
}

#top-menu li.mega-menu .sub-menu ul li.menu-item {
  padding-right: 4px !important;
  margin-right: 0 !important;
  position: relative;
}

#top-menu li.mega-menu .sub-menu .menu-item {
  padding-right: 4px !important;
  margin-right: 0 !important;
}

#top-menu li.mega-menu a.post {
  padding-right: 6px !important;
  margin-left: 8px !important;
}

/*
.mega-menu ul:after {
  position: relative;
  mix-blend-mode: multiply;
  z-index:0;
  background-color: blue;
  content: "";
}
.mega-menu ul {
  z-index: 1;
}
*/

#et-secondary-nav ul {
  margin: 0 !important;
}

#et-secondary-nav li {
  display: inline-flex;
  margin: 1px -1px 1px 0px !important;
}

#et-secondary-menu {
  margin-bottom: 4px;
}

#et-secondary-menu div.btn-green {
  background-color: #99CB62;
  display: block;
  width: 30px;
  height: 29px;
  margin-right: -18px;
  margin-top: 1px;
  color: rgba(0,0,0,0) !important;
}

#et_search_icon:before {
  background: url("/wp-content/themes/Divi-child/images/hdr_Search.svg");
  background-repeat: no-repeat;
  top: 6px;
  left: 8px;
  width: 16px;
  height: 16px;
  color: #ffffff;
  content: "";
}

#et-secondary-nav li.btn-blue {
  background: #006799;
}

#top-header #et-secondary-nav li.btn-gray {
  background: #808285;
  margin-left: -1px !important;
}

#et-secondary-nav li.btn-darkgray {
  background: #515C62;
  width: 80px;
  height: 29px;
}

#et-secondary-nav li.btn-darkgray a {
  background: url("/wp-content/themes/Divi-child/images/hdr_Email.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 8px -1px;
  width: 40px;
  height: 20px;
  color: rgba(0,0,0,0);
  content: "";
}

.company-tagline {
  font-size: 11px;
  font-style: oblique;
  color: #006799;
}

#upper-social {
  display: block;
  float: right;
  clear: both;
}

#upper-social li {
  display: inline-block;
  margin-left: 8px;
}

#upper-social li.socicon {
  height: 20px;
  width: 20px;
}

#et_top_search {
  float: left;
}

#upper-social li.socicon.facebook img {
  display: block;
  bottom: 0;
}

#upper-social li.youtube img {
  height: 14px;
  width: 18px;
}

#upper-social li.linkedin img {
  height: 15px;
  width: 18px;
}

#upper-social li.twitter img {
  height: 15px;
  width: 20px;
}

#upper-social li.facebook img {
  height: 17px;
  width: 8px;
  margin-top: 4px;
}

/* Menu */

.logo_container #logo {
  max-height: 100%;
  height: 113px !important;
  margin-top: 8px;
}




@media only screen and ( max-width: 980px ) {
  /* Tablets-Phones */

  #upper-social {
    display: none;
  }
}

/* Home Slider */

#home-slider .et_pb_container {
  height: 780px !important;
  z-index: unset;
  /*  mix-blend-mode: multiply; */
}

#home-slider .et_pb_slide_description::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #006799;
  mix-blend-mode: multiply !important;
  z-index: 0;
}

#home-slider .et_pb_slide_description {
  position: absolute;
  width: 400px;
  height: 70%;
  bottom: 0%;
  left: 45%;
  margin: auto;
  padding: 40px 10px 40px 0px;
  z-index: unset;
}

#home-slider .et_pb_text_overlay_wrapper {
  background-color: unset !important;
}

#home-slider h2 {
  font-family: "Open Sans" !important;
  font-weight: 700 !important;
  font-size: 34px;
  color: #fff;
  z-index: 2;
  position: relative;
  isolation: isolate;
  text-align: left;
  display: relative;
}

#home-slider .et_pb_button_wrapper {
  position: absolute;
  width: 100%;
  margin: auto;
  bottom: 132px;
  margin-left: -10px;
}

#home-slider .et_pb_button {
  position: relative;
  font-weight: 200;
  font-size: 12px;
  padding: 8px 36px;
  border: 1px solid;
  border-radius: 0;
}

#home-slider .et_pb_button:hover {
  background: #ffffff;
  color: #006799;
}

#home-slider .et-pb-controllers {
  display: none;
}

@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	#home-slider {
		max-height: 536px;
	}
	#home-slider .et_pb_slide_description {
		position: relative;
    width: 280px;
    height: 57%;
    bottom: -2%;
    left: unset;
    margin: auto;
    padding: 20px 4px 40px 0px;
    z-index: unset;
	}
	#home-slider h2 {
		position: relative;
		font-family: "Open Sans" !important;
    font-weight: 600 !important;
    font-size: 28px;
    line-height: 1.1;
    color: #fff;
    z-index: 2;
    isolation: isolate;
    text-align: left;
    margin-left: -10px;
	}
	#home-slider .et_pb_button {
	  position: relative;
	  font-weight: 200;
	  font-size: 12px;
	  padding: 8px 36px;
	  border: 1px solid;
	  border-radius: 0;
	}
}


#et-main-area h6.blue {
  color: #006799 !important;
  font-size: 18px;
}

#et-main-area h6.inline-header {
  display: inline-block;
  text-transform: unset;
  padding-right: 8px;
  font-size: 18px;
}

.et_pb_posts_nav {
  float: right;
  font-family: "Open Sans Condensed";
}

.et_pb_posts_nav a {
  font-size: 18px;
  font-weight: 700 !important;
  color: #808285;
}

.et_pb_posts_nav a:hover {
  color: #00365A;
}

.et_pb_posts_nav span.nav-previous {
  margin-right: 12px;
  display: block;
}

.et_pb_posts_nav span.nav-previous:hover {
  color: #00365A;
}

.et_pb_posts_nav span.nav-previous span.nav-label:after {
  background-image: url("/wp-content/themes/Divi-child/images/Arrow-left-grey.svg");
  background-size: 10px 14px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  padding-right: 4px;
  content: "";
}

.et_pb_posts_nav span.nav-previous span.nav-label:hover::after {
  background-image: url("/wp-content/themes/Divi-child/images/Arrow-left-dkblue.svg");
}

.et_pb_posts_nav span.nav-next {
  display: block;
}

.et_pb_posts_nav span.nav-next:hover {
  color: #00365A;
}

.et_pb_posts_nav span.nav-next span.nav-label:before {
  background-image: url("/wp-content/themes/Divi-child/images/Arrow-right-grey.svg");
  background-size: 10px 14px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  content: "";
}

.et_pb_posts_nav span.nav-next span.nav-label:hover::before {
  background-image: url("/wp-content/themes/Divi-child/images/Arrow-right-dkblue.svg");
}

.et_pb_posts_nav span.meta-nav {
  display: none;
}

#et-main-area {
  background-color: black !important;
}

.hero {
  margin-top: -136px;
}
.et_pb_fullwidth_section,
.et_pb_fullwidth_code {
	margin-top: 130px;
}
.et_pb_fullwidth_section .et_pb_fullwidth_image,
.et_pb_fullwidth_code .et_pb_fullwidth_image {
	max-height: 542px;
}

.et_pb_fullwidth_code .et_pb_fullwidth_image img {
	height: 542px;
  object-fit: cover;
}

.img-fit img {
	max-height: -webkit-fill-available;
  width: 100%;
  object-fit: contain !important;
}
.pa-image-fit img {
	object-fit: contain !important;
}


#page-video1 {
  width: 560px;
	/* 1/2 width of the video and the box subtracted from 50% width */
  margin: 16px 0 0 calc(50% - 420px);
  padding: 0;
}

.careers-bottom {
  position: absolute;
  top: -20px;
  left: 40px;
}

.careers-bottom-image {
	margin-left: -12px !important;
  width: 120%;
}

.careers-bottom-text p {
  margin-right: -7vw !important;
  margin-left: 340px;
}


@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	.et_pb_fullwidth_section,
	.et_pb_fullwidth_code {
		margin-top: 74px;
	}
	.et_pb_fullwidth_code .et_pb_fullwidth_image img {
		height: 100%;
	}
}

#open-positions {
	font-size: 12px;
	padding: 10px 14px !important;
	margin-left: 0;
}
#open-positions:hover {
	color: #ffffff;
	background: #006799;
}

#open-positions.upper-right {
	position: absolute;
  right: 0;
  top: -10px;
}

#cta-bluebox {
  width: 280px;
  height: 480px;
  padding: 60px 48px 24px 32px;
  margin-top: -20px;
  background-color: unset;
}

#cta-bluebox:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #006799;
  mix-blend-mode: multiply;
  z-index: 0;
}

#cta-bluebox > * {
  z-index: 100;
}

#cta-bluebox h2 {
  font-family: "Open Sans";
  font-size: 26px;
  font-style: oblique;
  text-align: left;
  text-transform: unset;
  padding-right: 48px;
}

#cta-bluebox p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

#cta-bluebox .et_pb_button_wrapper {
  position: absolute;
  bottom: 36px;
  left: 32px;
}

#cta-bluebox .et_pb_button_wrapper a {
  font-size: 14px;
  font-weight: 200;
  width: 140px;
  border: 1px solid #ffffff;
	text-transform: uppercase;
}

#cta-video1 {
  background: #006799;
  position: relative;
  float: left;
  width: 280px;
  height: 400px;
  padding: 60px 60px 24px 36px;
  margin: -24px 0 0 0;
}

#cta-video1 h2 {
  font-family: "Open Sans";
  font-size: 26px;
  font-style: oblique;
  text-align: left;
  text-transform: unset;
  padding-right: 32px;
}

#cta-video1 p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

#cta-video1 .et_pb_button_wrapper {
  position: absolute;
  bottom: 36px;
  left: 20px;
	text-transform: uppercase;
}

#cta-video1 .et_pb_button_wrapper a {
  font-size: 14px;
  font-weight: 200;
  width: 140px;
  border: 1px solid #ffffff;
}

@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	#cta-video1 {
		position: relative;
    float: unset;
    width: 110%;
    height: 450px;
    padding: 100px 110px 24px 60px;
    margin: -15vw -5% 20px -5%;
    display: block;
	}
	#cta-video1 .et_pb_button_wrapper {
    left: 40px;
	}
	#page-video1 {
    width: 100%;
    margin: 0;
    padding: 12px;
    position: relative;
    display: block;
	}
	.et_pb_video {
    width: 100%;
    min-width: unset;
    float: unset;
    padding: unset;
	}
	.careers-bottom {
	  top: -85px;
	}
	.careers-bottom-image {
		margin-left: -30%;
	}
	.careers-bottom-text p {
    margin-right: 0 !important;
    margin-left: 5%;
		margin-top: -80px;
	}
	#cta-bluebox {
    width: 100%;
    height: 300px;
    margin-top: -200px;
    position: relative;
	}
}



/* Blurb Location Box */

.blurb-location {
    background-color: #006799;
    height: 25vh;
}

.blurb-location .et_pb_blurb_description p a {
	color: #ffffff;
}

.blurb-location h4 {
  font-family: "Open Sans Condensed" !important;
  font-style: unset !important;
  text-transform: uppercase;
  font-size: 18px !important;
  border: none !important;
  min-width: unset !important;
  text-align: center;
  width: 100% !important;
	padding: 0 10px;
}

.blurb-location h4 span {
  color: #ffffff;
  margin: auto;
}

.blurb-location .et_pb_blurb_description p {
  color: #ffffff !important;
  line-height: 1.5em !important;
  min-width: unset !important;
  text-align: center;
  width: 100% !important;
	padding: 0 10px;
}

.blurb-location .et-pb-icon {
	color: #99CB62 !important;
  font-size: 18px;
  padding-top: 32px;
  padding-bottom: 12px;
}

.blurb-location .et_pb_blurb_container {
  text-align: center;
  margin-top: -44px;
}

/* blurb-img-box - What We Do boxes */

#blurb-img-box  .et_pb_blurb_container h5 {
	color: #ffffff !important;
}

#blurb-img-box:hover {
  color: #99cb62;
}

#blurb-img-box .et_pb_blurb_container:hover h5 {
  color: #99cb62 !important;
}

#blurb-img-box .et_pb_blurb_container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100%;
  width: 100%;
}

#blurb-img-box .et_pb_blurb_description {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 90%;
	margin-left: 0;
}

#blurb-img-box .et_pb_blurb_description h5 {
  position: absolute;
  font-size: 1.5vw;
}

#blurb-img-box.small .et_pb_blurb_description h5 {
    position: absolute;
    font-size: 22px;
}

#blurb-img-box .et_pb_main_blurb_image {
  background-color: #808285 !important;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

#blurb-img-box .et_pb_main_blurb_image img {
  mix-blend-mode: multiply;
}

@media only screen and ( max-width: 980px ) {
  /* Tablets-Phones */

  #blurb-img-box .et_pb_blurb_description h5 {
		font-size: 3.7vw;
	}
  #blurb-img-box.small .et_pb_blurb_description h5 {
    font-size: 4.4vw;
  }
}

/* Blurb Image, Title below, Read More */

#blurb-img-title span.et_pb_image_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent;
  border-color: transparent;
}

#blurb-img-title  .et_pb_blurb_content {
  padding-left: 4vw;
}

.row-pad-1 #blurb-img-title  .et_pb_blurb_content {
  padding-left: 0;
}


#blurb-img-title span.et_pb_image_wrap:hover {
  color: #ffffff;
  border-color: #ffffff;
}

#blurb-img-title span.et_pb_image_wrap:after {
  content: "Read More";
  position: absolute;
  padding: 50px 20px;
  border: 1px solid;
  pointer-events: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans Condensed";
}

#blurb-img-title .et_pb_module_header {
  text-align: center;
  color: #515c62 !important;
  font-style: unset;
  font-size: 18px;
  font-family: "Open Sans Condensed";
  font-weight: 200;
  border: none;
  min-width: unset;
  width: unset;
  margin: 0;
  padding: 0;
}

#blurb-img-title .et_pb_main_blurb_image {
  margin-bottom: 0;
  background-color: #006799;
}

#blurb-img-title .et_pb_image_wrap img:hover {
  mix-blend-mode: multiply;
}

@media only screen and ( max-width: 980px ) {
  /* Tablets-Phones */

	.blurb-location {
	  height: 200px;
	}

	#blurb-img-title  .et_pb_blurb_content {
    padding-left: 0 !important;
  }

  .mobile-two-col.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 {
    width: 45.758%;
    margin-right: 8.483%;
  }
}

#blurb-ind {
  width: 100%;
  height: 200px;
	margin-bottom: 10px !important;
}

#cta-quote {
  background-color: #00365a;
  margin-left: -108px;
  margin-right: 236px;
  text-align: left;
  display: inline-flex;
  flex-flow: wrap;
  padding: 16px 24px 0 28px;
  max-width: 620px;
  width: 100%;
}

#cta-quote h3 {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 0;
  font-size: 28px;
}

#cta-quote .et_pb_button_wrapper {
  display: inline-block;
}

#cta-quote .et_pb_button_wrapper a {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  padding: 8px 20px !important;
	text-transform: uppercase;
}

#cta-quote .et_pb_button_wrapper a:hover {
  background: #ffffff;
  color: #00365a;
}

@media only screen and ( max-width: 980px ) {
  /* Tablets-Phones */
  #cta-quote {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and ( max-width: 624px ) {
  /* Tablets-Phones */

  #cta-quote .et_pb_button_wrapper {
    padding-bottom: 25px;
    margin-left: 0;
  }
}

/* Success Stories Summary */

#success-summ .grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 40px 40px;
}

.et_pb_column {
  background: rgba(255,255,255,0) !important;
}

#success-summ article {
  background: rgba(255,255,255,1);
}

.btn-showmore {
  background: rgba(255,255,255,1);
  border: none;
  font-family: "Open Sans Condensed";
  font-weight: 700 !important;
  font-size: 14px !important;
}

#success-summ div.item-cat {
  display: inline-block;
  text-align: center;
  padding: 12px 44px;
  top: 0;
  background-color: #006799;
  color: #ffffff;
  margin-top: -4px;
  text-transform: uppercase;
  font-size: 12px;
}

#success-summ .content-wrapper {
  padding: 14px;
}

#success-summ .author-block {
  height: 90px;
  margin-bottom: -20px;
}

#success-summ .author-block-small {
  height: 70px !important;
}

#success-summ .author-block:hover {
  cursor: pointer;
}

#success-summ .author-block:hover
div.item-author-avatar {
  border: 1px solid #99CB62;
}

#success-summ .author-block:hover
.author-name {
  border-bottom: 1px solid #cccccc;
}

#success-summ div.item-title {
  font-family: "Open Sans Condensed";
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.3;
}

#success-summ div.item-author-avatar {
  display: inline-block;
  border-radius: 50%;
  margin-top: 12px;
  margin-right: 8px;
	margin-bottom: -12px;
	width: 40px;
}

#success-summ.avatar-60 div.item-author-avatar {
  width: 80px !important;
  margin-bottom: -35px;
}

#success-summ div.item-date {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 200;
  margin-top: -12px;
  margin-right: 8px;
}

#success-summ div.item-author {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 200;
}

#success-summ div.item-excerpt p {
  margin-top: 16px;
  line-height: 1.5;
  font-weight: 600;
}

@media only screen and ( max-width: 980px ) {
  /* Tablets */

  #success-summ .grid-container {
    grid-template-columns: unset;
  }
	#success-summ.avatar-60 div.item-author-avatar {
    width: 48px !important;
	}
}

#post-filter {
  margin-top: 48px;
  display: block !important;
}

#post-filter #filter-title {
  display: inline-block;
  margin-right: 24px;
  color: #006799;
  font-weight: 700;
  font-family: "Open Sans Condensed";
  font-size: 18px;
}

#post-filter .filter-btn {
  background-color: transparent;
  color: #006799;
  padding: 12px 50px;
  font-size: 14px;
  font-weight: 200;
  border: 1px solid #006799;
  margin-right: 24px;
  text-transform: uppercase;
}

#post-filter .filter-dropdown {
  position: relative;
  display: inline-block;
}

#post-filter .filter-btn .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
}

#post-filter .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */

#post-filter .dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */

#post-filter .filter-dropdown:hover
.dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown
#post-filter .filter-dropdown:hover
.filter-btn {
  background-color: #00365A;
  color: #fff;
}
*/

#tabs {
  border: none;
}

#tabs.et_pb_module.et_pb_tabs li.et_pb_tab_active {
  background-color: unset;
}

#tabs ul.et_pb_tabs_controls:after {
  border: none;
}

#tabs.et_pb_module.et_pb_tabs {
  padding-left: 72px;
}

#tabs .et_pb_tabs_controls a {
  color: #006779 !important;
  text-transform: uppercase;
  text-align: left !important;
  padding-left: 0;
  padding: 18px 0 18px 0;
  font-size: 14px;
  font-family: "Open Sans Condensed";
}

#tabs .et_pb_tabs_controls {
  border: none;
  border-top: solid 1px #808285;
  background: transparent;
}

#tabs .et_pb_tabs_controls li {
  border: none !important;
  border-top: solid 1px #808285;
}

#tabs .et_pb_tabs_controls a {
  border: none !important;
}

#tabs.two-col .et_pb_tabs_controls li {
  width: 50%;
}

#tabs.three-col .et_pb_tabs_controls li {
  width: 33%;
}

#tabs.four-col .et_pb_tabs_controls li {
  width: 25%;
}

#tabs .et_pb_tab_active {
  border: none !important;
}

#tabs .et_pb_tab_active a {
  border-top: solid 2px #006779 !important;
  color: #006779 !important;
}

#tabs .et_pb_tab_content {
  margin-left: -28px;
}

#tabs .et_pb_tab:before {
  padding-left: 72px !important;
  margin-left: -72px !important;
  top: 65px;
  border-top: solid 2px #99c862;
  width: 100%;
  max-width: 680px;
  position: absolute;
  content: "";
}

@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
  #tabs .et_pb_tabs_controls {
    border: none;
    border-left: solid 1px #808285;
    margin-left: -50px;
  }
  #tabs .et_pb_tabs_controls li {
    border: none !important;
    border-left: solid 1px #808285;
  }
  #tabs .et_pb_tabs_controls li a {
    display: table-cell;
    padding: 0 0 40px 30px;
    color: #666;
    line-height: inherit;
    vertical-align: middle;
    text-decoration: none;
  }
  #tabs.three-col .et_pb_tabs_controls li {
    width: 100%;
	}
  #tabs .et_pb_tab_active a {
		border: none !important;
  	border-left: solid 2px #006779 !important;
    padding-left: 28px !important;
	}
  #tabs .et_pb_tab:before {
    border: none;
  }
  #tabs .et_pb_tab_content {
  	margin-left: -84px;
  }
	#tabs .et_pb_tab_content:before {
    margin-left: -20px !important;
    top: -12px;
    border-top: solid 2px #99c862;
    width: 66%;
    position: absolute;
    content: "";
	}
}




/* Section headers w/green line (hr) */

.green-line hr {
  border-bottom: 8px solid #99cb62;
  max-width: 150px;
  margin: 0px;
  margin-top: 20px;
}

.green-line .et_pb_text_inner p {
  margin-top: 56px;
}

.greenline h1:before,
.greenline.h2-to-h1 h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  max-width: 150px;
  width: 100%;
  border-bottom: 8px solid #99c862;
}

.greenline h1,
.greenline.h2-to-h1 h2 {
  margin-bottom: 40px;
  padding-bottom: 20px;
}

/* Footer */

#main-footer {
  background-color: #515c62;
  background-color: #808285;
  font-size: 12px;
  font-weight: 700;
}

.footer-border {
  background-color: #006799;
  width: 100%;
	height: 2px;
}

.footer-border:after {
	content: "";
	position: absolute;
  border-bottom: 2px solid #99cb62;
  margin-left: 5%;
  width: 30%;
}

.wdg-desktop {
	display: block;
}
.wdg-mobile {
	display: none;
}


#main-footer .fwidget {
  float: unset;
}

#main-footer hr {
  border: 1px solid #00365a;
  margin-top: 12px;
  width: 92%;
  margin-left: 0;
}

#main-footer .blue-button {
  background: #006799;
  color: #ffffff;
  padding: 10px 14px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  border: none;
  width: 160px;
  text-align: center;
}

#main-footer .blue-button:hover {
  background: #ffffff;
  color: #006799;
}

#main-footer .title {
  color: #ffffff;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16px;
	font-style: unset;
	margin-bottom: -6px;
}

#main-footer .textwidget p {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9em;
}

#right-footer div.menu-title {
  text-transform: none;
  color: #99cb62;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: oblique;
  font-size: 14px;
  margin-bottom: 20px;
}

#menu-footer-menu {
  text-transform: uppercase;
  -webkit-column-count: 2;
  /* Chrome/Opera, Safari */
  -moz-column-count: 2;
  /* Mozilla Firefox */
  column-count: 2;
  -webkit-column-gap: 20px;
  /* Chrome/Opera, Safari */
  -moz-column-gap: 20px;
  /* Mozilla Firefox */
  column-gap: 20px;
}

#menu-footer-menu li a {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 600;
  line-height: 1.9em;
  text-transform: uppercase;
}

#main-footer li {
  margin-left: 0px;
  margin-bottom: 18px;
  padding-right: 10px;
  display: block;
}

#main-footer #footer-bottom {
  background-color: #ffffff;
  font-size: 10px;
  font-family: "Open Sans Condensed";
  padding-bottom: 18px;
  line-height: 1.2;
}

#main-footer .bottom-left {
  float: left;
  padding-bottom: 10px;
}

#main-footer .bottom-right {
  float: right;
  padding-bottom: 10px;
}

#main-footer .footer-widget {
  width: 31%;
  margin-right: 10px;
}

#main-footer .footer-widget:last-child {
  display: flex;
  margin-bottom: 20px;
  margin-top: 130px;
}

#main-footer .textwidget.custom-html-widget img {
  height: 40px;
  margin-top: 146px;
  padding-right: 4px;
  border: none;
}

#dual-footer {
  display: flex;
}

#left-footer {
  width: 62%;
}

#left-footer .container {
  width: 90%;
	max-width: calc((1440px * .63) + 14px);
  margin-left: auto;
  margin-right: 12px;
}

#right-footer {
  width: 38%;
  background-color: #515c62 !important;
  float: right;
  padding-top: 24px;
}

#right-footer .container {
  width: 90%;
	max-width: calc(1440px * .32);
  margin-right: auto;
  margin-left: 36px;
}

#et-footer-nav {
  background-color: unset;
}

#footer-bottom .container {
  width: 90%;
}

#et-footer-nav .bottom-nav li.current-menu-item a {
	color: #ffffff !important;
}

.footer-widget .fwidget {
  padding-bottom: 0 !important;
}
.footer-widget h4 {
	border-bottom: none !important;
}

.footer-widget .widget_media_image h4.title {
  display: none;
}

.footer-widget .widget_media_image img {
  height: 60px !important;
  width: auto;
  margin-right: 16px;
}

@media (min-width: 980px) and (max-width: 1350px) {
.footer-widget .widget_media_image img {
  height: 40px !important;
}
}


@media (min-width: 981px) {
  .et_pb_gutters3.et_pb_footer_columns3 .footer-widget:last-child .fwidget {
    margin-bottom: 20px !important;
  }
}

@media only screen and ( max-width: 980px ) {
  /* Tablets-Phones */

  #dual-footer {
    display: flow-root;
  }

  #left-footer {
    width: 85%;
    float: none;
    margin-left: 40px;
    margin-right: 8px;
  }

  #right-footer {
    width: 100%;
  }

  #main-footer div.footer-widget {
    width: 100%;
    margin-right: 0px;
  }

  #right-footer #menu-footer-menu {
    display: none;
  }

  #right-footer #et-footer-nav .container {
    margin-left: 0;
  }

	#footer-bottom {
    padding: 15px 5% 5px;
	}

	#footer-bottom .container {
    margin-left: 40px;
    padding-right: 40px;
  }

  .footer-border {
    margin-left: 0;
    width: 20%;
  }

  #main-footer .bottom-right {
    float: left;
    clear: both;
  }

	div.menu-title {
		margin-left: 7%;
	}

  #main-footer .textwidget p {
    font-family: "Open Sans Condensed";
  }

  #footer-widgets .footer-widget .fwidget {
    margin-bottom: 8px !important;
  }

  #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 8px!important;
  }
}

@media only screen and ( max-width: 480px ) {
  /* Phones */
	.wdg-desktop {
		display: none;
	}
	.wdg-mobile {
		display: block;
    clear: both;
    padding-bottom: 8px;
    width: 192px;
    text-align: center;
    margin: auto;
	}
}

/* Search */

.container.et_search_form_container {
    height: 0;
}

.et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden #top-menu, .et_pb_menu_hidden .mobile_menu_bar {
    z-index: 99;
		opacity: 1;
    -webkit-animation: unset !important;
    -moz-animation: unset !important;
    -o-animation: unset !important;
    animation: unset !important;
}
.et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible #top-menu, .et_pb_menu_visible .mobile_menu_bar {
    z-index: 99;
    opacity: 1;
    -webkit-animation: unset !important;
    -moz-animation: unset !important;
    -o-animation: unset !important;
		animation: unset !important;
}
.et_search_outer {
    overflow: hidden;
    position: fixed;
    top: 162px;
    width: 100%;
		z-index: 1;
    background-image: url(/wp-content/uploads/2020/11/Hero_Slider1_@2x.jpg);
		background-size: 100%;
/*		opacity:0; */
}
.et_search_outer:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	mix-blend-mode: multiply;
	background: #515C62;
	z-index: 1001;
}

.container.et_search_form_container.et_pb_search_form_hidden {
  z-index: 1!important;
  margin-top: -500px;
}

.container.et_search_form_container.et_pb_search_visible {
	max-height: 768px !important;
	height: 100vh !important;
  width: 100% !important;
  top: 0;
  margin-top: 0;
	z-index: 1002;
}




.et-search-form {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: unset;
  bottom: 0;
  width: 80%;
}
span.et_close_search_field {
  display: block;
  position: absolute;
  z-index: 99999;
  top: -700px;
  right: 5%;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  cursor: pointer;
}
.et-search-form input {
  color: #99CB62 !important;
  font-size: 18px !important;
	width: 60% !important;
/* 	height: 80px; */
	height: 56px;
	top: -100px;
	font-style: oblique;
  background-color: white;
}
.et-search-form input.et-search-field {
  outline: solid 2px #006799;
}

.et-search-form input:focus,
.et-search-form input:active {
	/*background-color: rgba(0,0,0,0);*/
  background-color: white;
}

.et-search-form input.submit-btn {
  color: #99CB62 !important;
  font-size: 18px !important;
	width: 40px !important;
	height: 40px;
	top: -100px;
}


.et-search-form input[type="submit"] {
	background: url("/wp-content/themes/Divi-child/images/hdr_Search-green.svg");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	/*color: #99CB62 !important;*/
	color: rgba(0,0,0,0) !important;
	content: "";
	cursor: pointer;
}

span.et_close_search_field:after {
	color: #ffffff;
	font-size: 48px;
	font-weight: 900;
}
.et_pb_search_visible #top-header {
	z-index: 1002 !important;
}

.widget_search #searchsubmit {
 background-color: #ff6d00;
 border: 1px solid #ff6d00 !important;
 color: white !important;
}
.widget_search:hover #searchsubmit {
 background-color: #E64D00;
}

/* green circle links */

.green-circle-right p a,
a.green-circle {
	text-transform: uppercase;
  font-size: 12px;
  color: #808285;
}

#et-main-area h6 a:before,
.green-circle-right p a:before,
a.green-circle:before,
#cta-mvv .et_pb_button_wrapper:before {
  content: "\f138";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #99cb62;
	border-radius: 50%;
  margin-right: 8px;
}

/* Product List */

#prod-list {
  background-color: #ffffff;
}

#prod-list .image-wrapper {
  margin-bottom: -4px;
  background: #808285;
}

#prod-list .image-wrapper img {
  width: 100%;
  height: 19vw;
  /*aspect of thumb */
}

#prod-list .item-title {
    background-color: #00365a;
    color: #ffffff;
    text-align: center;
    padding: 12px;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 200;
    line-height: 1.2;
}

#prod-list .grid-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 40px 10%;
}

#prod-list article:hover img {
  mix-blend-mode: multiply;
}

#prod-list article:hover .item-title {
  font-weight: 400;
	font-size: 27px;
}

@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	#prod-list .grid-container {
	  display: grid;
	  grid-template-columns: auto;
	  grid-gap: 20px 10%;
	}
	#prod-list .image-wrapper img {
	  width: 100%;
	  height: auto;
	  /*aspect of thumb */
	}
	#prod-list .item-title {
		padding: 12px;
    font-size: 18px;
	}
}




/* Customer Product List */

#cust-prod-list button.btn-prod-mob {
	display: none;
}

#cust-prod-list {
  background-color: #ffffff;
}

#cust-prod-list #title-header {
  display: flex;
  border-top: 1px solid;
  border-bottom: 1px solid;
  /*width: 100%;*/
  font-family: "Open Sans Condensed";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  width: 80%;
  max-width: 1440px;
  margin: auto;
  margin-bottom: 40px;
}
#cust-prod-list #title-header:before {
	content: "";
  border-top: 3px solid #006799;
  width: 25%;
  margin-left: 150px;
  position: absolute;
}

#cust-prod-list #title-header a {
  display: flex;
  border-top: 1px solid #F3F4F5;
  border-bottom: 1px solid #F3F4F5;
  width: 100%;
}

#cust-prod-list .title {
    display: inline-block;
    margin: auto;
    padding: 30px 10px;
}

#cust-prod-list .summary-container {
  width: 100%;
  padding: 30px 0;
  display: inline-block;
  cursor: pointer;
}

#cust-prod-list .et_pb_image_wrap {
  position: relative;
}

#cust-prod-list .feat-image {
  width: 45%;
  float: left;
}

#cust-prod-list .right .feat-image {
  float: right;
}

#cust-prod-list .intro-container {
  width: 55%;
  padding-left: 40px;
  float: right;
}

#cust-prod-list .right .intro-container {
  float: left;
  padding-left: 0;
  padding-right: 40px;
}

#cust-prod-list .item-title {
  background-color: #00365a;
  color: #ffffff;
  text-align: left;
  padding: 24px;
	line-height: normal;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 200;
  position: relative;
  width: 100%;
  top: 3vh;
  right: 90px;
}

#cust-prod-list .right
.item-title {
  left: 90px;
  right: 0;
}

#cust-prod-list .right
.item-title:after {
  content: "";
  position: absolute;
  left: -72px;
  background-image: url("/wp-content/themes/Divi-child/images/Arrow-down-blue.svg");
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}

#cust-prod-list .left
.item-title:after {
  content: "";
  position: absolute;
  right: -72px;
  background-image: url("/wp-content/themes/Divi-child/images/Arrow-down-blue.svg");
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}

#cust-prod-list
.item-title.open:after {
  background-image: url("/wp-content/themes/Divi-child/images/Arrow-up-blue.svg");
}

#cust-prod-list
.item-intro {
  width: 80%;
  position: relative;
  left: 0;
  top: 50px;
}

#cust-prod-list .right
.item-intro {
  left: 100px;
  right: unset;
}

#cust-prod-list .grid-container {
  display: block;
}

#cust-prod-list .grid-item {
  display: block;
  height: auto;
  overflow: visible;
}

#cust-prod-list .grid-item.right {
  background: #F3F4F5;
}

#cust-prod-list article {
  position: relative;
  max-width: 1440px;
  width: 80%;
  margin: auto;
}

#cust-prod-list .content-container {
  display: none;
  background-color: rgba(0, 54, 90,.08);
  padding: 20px 40px;
  margin-bottom: 40px;
  border-top: 2px solid #006799;
  border-bottom: 2px solid #006799;
}

#cust-prod-list article:hover
img {
  mix-blend-mode: multiply;
}

#cust-prod-list article:hover
.item-title {
  font-weight: 400;
	font-size: 27.5px;
}

.clearfix:after {
  content: "";
  display: contents;
  clear: both;
}

@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */

	#cust-prod-list .title {
	  display: unset;
	  margin: unset;
	  padding: unset;
	}

	#cust-prod-list .btn-prod-mob {
		display: block !important;
    background-color: transparent;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #006799;
    border: 1px solid #00365A;
    padding: 8px;
    width: 100%;
    text-align: left;
		cursor: pointer;
		margin-top: 8px;
	}

	#cust-prod-list .btn-prod-mob:after {
		content: "";
    position: absolute;
    right: 0px;
    top: 20px;
    background-image: url(/wp-content/themes/Divi-child/images/Arrow-down-blue.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    height: 32px;
    width: 32px;
	}

	#cust-prod-list .prod-titles {
	  position: relative;
	  display: inline-block;
		width: 90%;
    margin: 0 5%;
	}

	#cust-prod-list #title-header {
	  display: none;
	  position: absolute;
	  background-color: #f1f1f1;
	  min-width: 160px;
		width: 100%;
		border: none;
		z-index: 1;
	}

	#cust-prod-list #title-header a {
	  color: black;
	  padding: 12px 16px;
	  text-decoration: none;
	  display: block;
		border: none;
		width: unset;
	}

	#cust-prod-list #title-header a:hover {
		background-color: #ddd;
	}

	#cust-prod-list .prod-titles:hover #title-header {
		display: block;
	}

	#cust-prod-list .feat-image {
		width: 90%;
    margin: auto;
    float: unset !important;
	}

	#cust-prod-list .et_pb_image_wrap {
    position: relative;
    width: 95%;
    margin: auto;
	}

	#cust-prod-list .intro-container {
    width: 100%;
    padding-left: 0;
    float: unset;
    margin-top: -44px;
	}

	#cust-prod-list .item-title {
		padding: 14px 0 14px 0;
    font-size: 18px;
    position: relative;
    width: 85%;
    right: -15%;
    text-align: left;
    padding-left: 14px;
		top: 3.3vh;
	}
	#cust-prod-list .right .item-title {
		right: -17%;
    width: 83%;
    left: 0;
    text-align: right;
    padding-right: 14px;
    padding-left: 0;
	}
	#cust-prod-list .left .item-title:after {
		left: -14% !important;
		top: 27px;
		height: 34px;
		width: 34px;
	}
	#cust-prod-list .right .item-title:after {
		left: 106% !important;
    top: 27px;
    height: 34px;
    width: 34px;
	}
	#cust-prod-list .item-intro {
		width: 90%;
    margin: auto;
	}
	#cust-prod-list article {
    width: 100%;
	}
	#cust-prod-list .summary-container {
    padding: 20px 0;
	}
	#cust-prod-list .content-container {
    padding: 36px 2.5% 2.5% 2.5%;
	}
	#cust-prod-list .right .intro-container {
    float: none;
    padding-left: 0;
    padding-right: 0;
	}
	#cust-prod-list .right .item-intro {
    left: unset;
    right: unset;
	}
	#cust-prod-list .owl-theme.single {
    margin: 0 0 20px;
	}
}





body #page-container #btn-More.et_pb_button {
  padding: 0.7em 1.5em !important;
	text-transform: none !important;
	border: 1px solid;
	font-size: 28px !important;
	font-weight: 200 !important;
	margin: auto;
	line-height: 1.2 !important;
}
#btn-More {
	padding: 0.7em 1.5em !important;
	text-transform: none !important;
	border: 1px solid;
	font-size: 28px !important;
	font-weight: 200 !important;
	margin: auto;
	line-height: 1.2 !important;
}

#btn-More:hover {
  background-color: #006799;
  color: #ffffff;
}

#btn-More:after {
  content: "";
}

#btn-More.dark {
  background-color: #006799;
  color: #ffffff;
	padding: 16px 24px !important;
}

#btn-More.dark:hover {
  background-color: #ffffff;
  color: #006799;
}

#btn-More.light {
  background-color: #ffffff;
  color: #006799;
}

#btn-More.light:hover {
  background-color: #006799;
  color: #ffffff;
}

div.full-centered #btn-More {
  display: block;
  margin-top: 40px;
}

/* Contact CTA */

#cta-contact {
  padding: 24px 24px 24px 0;
  display: flex;
}

#cta-contact .et_pb_promo_description h2 {
  text-align: left;
  text-transform: unset;
  display: inline-block;
  font-size: 26px !important;
  font-weight: 600 !important;
  font-style: italic;
  font-family: "Open Sans";
  line-height: 1.1;
}

#cta-contact .et_pb_button_wrapper {
  text-align: right !important;
  align-self: center;
}

#cta-contact .et_pb_button {
  padding: 8px 36px !important;
  text-transform: uppercase !important;
  border: 1px solid;
  font-size: 14px !important;
  font-weight: 200 !important;
  margin: auto !important;
  text-align: right !important;
}

#cta-contact .et_pb_button:hover {
  border: 1px solid;
  color: #006799;
  background: #ffffff;
}

#cta-contact .et_pb_promo_description {
  padding-bottom: 0;
  margin-right: auto;
}

@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	#cta-contact {
	  padding: 24px 24px 24px 0;
	  display: flex;
		margin-bottom: 180px;
	}
	#cta-contact .et_pb_promo_description {
    padding-left: 5%;
	}
	body #page-container #btn-More.et_pb_button {
		padding: 0.3em !important;
	}
}





/* Basic Owl Slider */

.owl-theme.basic-slider {
  list-style-type: none !important;
	padding-left: 0;
}

.owl-theme.basic-slider.prod-slider {
	width: 50%;
	margin: auto;
	margin-top: 30px;
}

.owl-theme.basic-slider.prod-slider:before {
	position: absolute;
	top: -60px;
	width: 200%;
	left: -50%;
	border-top: 1px solid #006799;
	content: "";
}
.owl-theme.basic-slider.prod-slider:after {
	position: absolute;
  top: -60px;
  width: 60%;
  left: -20%;
  border-top: 5px solid #006799;
  content: "";
}

#post-content .owl-theme.basic-slider li,
.owl-theme.basic-slider li {
	margin-left: unset;
  margin-right: unset;
  left: unset;
}

#post-content .owl-theme li,
.et_pb_text .owl-theme li {
  margin-left: unset;
  margin-right: unset;
  left: unset;
}


.fancybox-bg {
	background: #515c62;
}

.fancybox-inner {
	width: 80%;
  height: 80%;
  margin: auto;
}

.fancybox-navigation .fancybox-button--arrow_left {
	margin-left: -64px;
	background: transparent;
}

.fancybox-navigation .fancybox-button--arrow_right {
	margin-right: -64px;
	background: transparent;
}

.fancybox-button {
	background: transparent;
}
.fancybox-toolbar .fancybox-button--zoom,
.fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs {
	display: none !important;
}

.fancybox-toolbar {
    right: -8px;
    top: 0;
}

.home-slider {
	margin-top: 0 !important;
}

.home-slider .bg-image {
	height: 768px;
  background-size: cover;
  background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}
.home-slider .slider-box {
	display: flex;
  flex-flow: column;
  position: absolute;
  z-index: unset;
  align-items: normal;
}
.home-slider .slider-box:before {
	content: "";
	mix-blend-mode:multiply;
	background: #006799;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.home-slider .slider-box.Right {
	width: 32%;
  height: 77%;
  left: 58%;
  bottom: 0;
	padding: 60px 25px 10px 25px;
}
.home-slider .slider-box.Centered {
	width: 50%;
  height: 65%;
  left: 28%;
  bottom: 10%;
	padding: 60px 40px 10px 40px;
	text-align: center;
}
.home-slider .slider-box.Left {
	width: 32%;
  height: 77%;
  left: 10%;
  bottom: 0;
	padding: 60px 25px 10px 25px;
}
.home-slider .slider-box .slide-title {
	color: #ffffff;
  font-size: 3vw;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 1.2;
  /*text-transform: uppercase;*/
  position: relative;
  z-index: 100;
}

.home-slider .slider-box .slide-text {
	color: #ffffff;
  font-size: 22px;
  line-height: 1.3;
  position: relative;
  margin-top: 20px;
  font-family: 'Open Sans Condensed';
}

.home-slider div.slide-button {
	bottom: 20%;
	position: absolute;
	z-index: unset;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	color: rgba(255,255,255,.6);
	text-transform: uppercase;
	border: 1px solid rgba(255,255,255,.6);
	width: 130px;
	margin-left: calc(50% - 90px);
}
.home-slider div.slide-button:hover {
	background: #ffffff;
	color: #006799;
}

.home-slider .scroll-link {
	position: absolute;
  z-index: unset;
  bottom: 12px;
  margin-left: calc(50% - 60px);
	width: 70px;
}

.home-slider .slider-box.Centered div.slide-button {
	margin-left: calc(50% - 105px);
}
.home-slider .slider-box.Right .slide-button {
	margin-left: calc(50% - 90px);
}

.home-slider .slider-box.Centered .scroll-link {
	margin-left: calc(50% - 75px);
}
.home-slider .slider-box.Right .scroll-link {
	margin-left: calc(50% - 60px);
}

.home-slider .scroll-link a {
	color: rgba(255,255,255,.6);
  font-size: 9px;
	text-transform: uppercase;
}
.home-slider .scroll-link a:hover {
	color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,.6);
}
#top-slider.et_pb_section,
#top-slider .et_pb_fullwidth_code.et_pb_module {
    margin-top: 0 !important;
}


.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
/*   overflow: visible; */
	overflow: hidden;
}

.owl-theme.basic-slider div.owl-nav
button.owl-prev,
.owl-carousel.basic-slider div.owl-nav
button.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  padding: 8px !important;
  color: #ffffff;
  background-color: black;
}

.owl-theme.basic-slider div.owl-nav
button.owl-prev {
  left: -32px;
  background: url(/wp-content/themes/Divi-child/images/Arrow-left-grey.svg)
    no-repeat;
  background-size: 16px;
  height: 30px;
}

.owl-theme.basic-slider div.owl-nav
button.owl-next {
  background: url(/wp-content/themes/Divi-child/images/Arrow-right-grey.svg)
    no-repeat;
  right: -32px;
  background-size: 16px;
  height: 30px;
}

.nav-blue .owl-theme.basic-slider div.owl-nav
button.owl-prev {
	background: url(/wp-content/themes/Divi-child/images/Arrow-left-blue.svg)
		no-repeat;
}

.nav-blue .owl-theme.basic-slider div.owl-nav
button.owl-next {
	background: url(/wp-content/themes/Divi-child/images/Arrow-right-blue.svg)
		no-repeat;
}

.owl-theme.home-slider div.owl-nav
button.owl-prev {
	background: url(/wp-content/themes/Divi-child/images/Arrow-left-white.svg)
	no-repeat;
	left: 64px;
  background-size: 16px;
  height: 30px;
}

.owl-theme.home-slider div.owl-nav
button.owl-next {
	background: url(/wp-content/themes/Divi-child/images/Arrow-right-white.svg)
		no-repeat;
	right: 64px;
  background-size: 16px;
  height: 30px;
}
.owl-theme.single {
	margin: 0 25% 20px 25% !important;
	width: 50%;
	min-width: 332px;
}

.owl-theme li p.caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 8px 20px;
  background: rgba(255,255,255,.8);
	font-weight: 600;
}


a.scrolltop {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}


@media screen and ( min-width: 1440px ) {
	.home-slider .slider-box .slide-title {
		font-size: 40px;
	}
}



@media only screen and ( max-width: 1120px ) {  /* Tablets-Phones */
/*
	.owl-theme.basic-slider {
		width: 85%;
		margin: auto;
	}
*/
}
@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */


	.owl-theme.basic-slider.prod-slider {
		width: 100%;
		margin-top: 40px;
	}

	.owl-theme.basic-slider.prod-slider:before {
		top: -80px;
    width: 90%;
    left: 5%;
	}

	.owl-theme.basic-slider.prod-slider:after {
		top: -80px;
		width: 48%;
		left: 12%;
	}

	.owl-theme.basic-slider.prod-slider div.owl-nav
	button.owl-prev {
		top: -45px;
    margin-top: 0px;
    left: 36vw !important;

	}
	.owl-carousel.basic-slider.prod-slider div.owl-nav
	button.owl-next {
	  top: -45px;
	  margin-top: 0px;
	  right: 36vw !important;
	}

	.owl-theme.home-slider div.owl-nav
	button.owl-prev {
		left: 12px;
		top: 54%;
	}
	.owl-theme.home-slider div.owl-nav
	button.owl-next {
		right: 12px;
		top: 54%;
	}

	.owl-theme.basic-slider.nav-top div.owl-nav
	button.owl-prev {
	  left: 28%;
	  background-size: 16px;
	}

	.owl-theme.basic-slider.nav-top div.owl-nav
	button.owl-next {
	  right: 36%;
	  background-size: 16px;
	}

	.owl-theme.basic-slider.nav-top {
		padding: 0 !important;
  	margin-top: 20px !important;
	}
	.owl-theme.single {
		margin: 0 5% 20px 5% !important;
    width: 90% !important;
    min-width: 320px;
	}

	.home-slider {
		width: 100% !important;
	}
	.home-slider .slider-box.Right,
	.home-slider .slider-box.Centered,
	.home-slider .slider-box.Left {
		width: 72%;
    height: 84%;
    left: 14%;
    bottom: -36px;
    padding: 40px 12px 10px 12px;
	}
	.home-slider .slider-box .slide-title {
		font-size: 26px;
		line-height: 1;
		text-align: left !important;
		font-weight: 600;
	}
	.home-slider .slider-box .slide-text {
		display: none;
	}
	.home-slider {
		margin-top: 28px !important;
	}
	.home-slider .bg-image {
		height: 420px;
	}
	.home-slider div.slide-button {
		width: 130px;
    bottom: 16%;
    margin-left: calc(50% - 77px);
    padding: 6px;
    font-size: 11px;
	}

	.home-slider .scroll-link {
	  margin-left: calc(50% - 47px);
	}
	.home-slider .owl-stage-outer {
    overflow: unset;
	}
	a.scrolltop {
	    top: -28px;
	}
}


/* Author Popup */

div#author-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  background-color: rgb(86,96,104);
  /* Fallback color */
  background-color: rgba(86,96,104,0.85);
  /* Gray w/ opacity */
  z-index: 200;
}

#author-popup .author-block {
  width: 1000px;
  max-height: 400px;
  bottom: 5%;
  position: fixed;
  background-color: #00365A;
  margin: auto !important;
  top: 400px;
  left: 2%;
  right: 2%;
  padding: 20px 60px;
  z-index: 1001;
	font-color: #ffffff;
}

#success-summ #author-popup .author-block {
	height: unset;
}

#author-popup .author-name-block {
  margin-left: 430px;
  color: #ffffff;
  font-family: "Open Sans Condensed";
  margin-bottom: 24px;
}

#author-popup .author-name-block hr {
  margin-top: 0px;
}

#author-popup .item-author {
  font-size: 48px !important;
  font-weight: 700 !important;
	font-family: "Open Sans Condensed" !important;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.3;
}

#author-popup .item-author-title {
  font-size: 24px;
  text-transform: uppercase;
}

#author-popup .item-author-linkedin {
  position: absolute;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 24px;
  top: 156px;
  display: block;
  background-repeat: no-repeat;
}

#author-popup .item-author-linkedin img {
  height: 20px;
}

#author-popup .author-name-block .item-author-image {
  width: 400px;
  height: auto;
  position: absolute;
  display: fixed;
  top: -200px;
  left: 60px;
  z-index: 1002 !important;
  float: left;
}

#author-popup .author-block .item-content {
  display: block;
  position: absolute;
  top: 220px;
  color: #ffffff;
  line-height: 2;
  /*overflow: scroll;*/
  bottom: 40px;
  padding-right: 60px;
}

#author-popup .close {
  z-index: 3000;
  font-size: 72px;
  position: absolute;
  top: -180px;
  right: 0;
  font-weight: 600;
  color: #fff;
}

#author-popup .close:hover,
#author-popup .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	#author-popup .author-block {
		position: relative;
    background-color: #00365A;
    width: 100%;
    left: 0;
    padding: 10px 10px;
    margin-top: -160px !important;
    margin-bottom: calc(100% - 500px) !important;
		height: calc(100vh + 300px) !important;
		max-height: unset;
	}
	#author-popup .summ-multi .author-block {
		margin-top: -100px !important;
	}
	#author-popup .item-author {
		 position: relative;
		 top: -200px;
		 left: 0;
     margin-bottom: 24px;
	}
	#author-popup .author-name-block .item-author-image {
		position: relative;
    width: 90%;
    max-width: 400px;
    min-width: 280px;
    margin: auto;
    top: -200px;
    left: 0;
    float: unset;
	}
	#author-popup .author-name-block {
		width: 90%;
	 	margin: 0 auto 24px;
	}
	#author-popup .item-author-title {
		position: relative;
    top: -200px;
    left: 0;
	}
	#author-popup .item-author-linkedin {
    position: relative;
    margin-top: 24px;
    top: -200px;
	}
	#author-popup .author-block .item-content {
		position: relative;
		top: -200px;
		/* height: 100%; */
		padding-right: 0;
		width: 90%;
		margin: auto;
		overflow: unset;
	}
	#author-popup .close {
    top: -228px;
	}
	#author-row {
		width: 100% !important;
	}
	#author-row .et_pb_code {
		overflow-y: scroll;
		position: absolute;
	}
}



.fwidget {
  position: relative;
}

.widget_media_image {
  bottom: 0;
}

/* Evenly Cropped/Scaled Images */

/* aspect ratio square 1:1 */

.pa-image-1-1 .et_pb_image_wrap {
  padding-top: 100%;
  display: block;
}

.pa-image-1-1 .et_pb_image_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/* spect ratio landscape 16:9 */

.pa-image-16-9 .et_pb_image_wrap,
.pa-image-16-9 .et_pb_gallery_image {
  padding-top: 56.25%;
  display: block;
}


#search-grid.pa-image-16-9 article.has-post-thumbnail a {
  padding-top: 56.25%;
}

.pa-image-16-9 .et_pb_image_wrap img,
.pa-image-16-9 .et_pb_gallery_image img,
#search-grid.pa-image-16-9 article.has-post-thumbnail a img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/* aspect ratio landscape 4:3 */

.pa-image-4-3 .et_pb_image_wrap {
  padding-top: 75%;
  display: block;
}

.pa-image-4-3 .et_pb_image_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/* aspect ratio landscape 3:2 */

.pa-image-3-2 .et_pb_image_wrap {
  padding-top: 66.66%;
  display: block;
}

.pa-image-3-2 .et_pb_image_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/* aspect ratio landscape 9:16 */

.pa-image-9-16 .et_pb_image_wrap {
  padding-top: 177.77%;
  display: block;
}

.pa-image-9-16 .et_pb_image_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/* aspect ratio landscape 3:4 */

.pa-image-3-4 .et_pb_image_wrap {
  padding-top: 133.33%;
  display: block;
}

.pa-image-3-4 .et_pb_image_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/* aspect ratio landscape 2:3 */

.pa-image-2-3 .et_pb_image_wrap {
  padding-top: 150%;
  display: block;
}

.pa-image-2-3 .et_pb_image_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/* Global DIVI gallery updates */

/* Clear gallery modules */

.gallery-two-at-a-time.et_pb_gallery {
  clear: both;
}

/* Turn off Divi gallery dots */

.gallery-two-at-a-time.et_pb_gallery  .et-pb-controllers {
  display: none;
}

.gallery-two-at-a-time.et_pb_slider .et-pb-arrow-prev {
	left: 0;
}
.gallery-two-at-a-time.et_pb_slider .et-pb-arrow-next {
	right: 0;
}

.gallery-two-at-a-time.et_pb_slider:hover .et-pb-arrow-prev {
	left: 0;
}

.gallery-two-at-a-time.et_pb_slider:hover .et-pb-arrow-next {
	right: 0;
}

.gallery-two-at-a-time .et-pb-slider-arrows {
	right: 16px;
  position: relative;
}

.gallery-two-at-a-time .et-pb-arrow-prev:before {
    content: "\34";
    font-weight: 700;
}
.gallery-two-at-a-time .et-pb-arrow-next:before {
    content: "\35";
		font-weight: 700;
}

.gallery-two-at-a-time.et_pb_gallery .et_pb_gallery_items {
		width: 100% !important;
		margin: auto !important;
}

.gallery-two-at-a-time.et_pb_gallery .et-pb-arrow-next, .et_pb_bg_layout_light .et-pb-arrow-prev {
	color: #888888;
	margin-top: 10%;
	margin-left: -50px;
	margin-right: -50px;
}

.gallery-two-at-a-time {
	overflow: visible !important;
}





/* Update Gallery Lightbox */
.mfp-image-holder .mfp-content {
    max-width: 80%;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    font-size: 64px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: 500;
    top: -10px;
    opacity: .6;
    color: #ffffff;
}
.mfp-arrow-right {
    right: 50px;
}
.mfp-arrow-left {
    left: 50px;
}
.mfp-counter, .mfp-title {
	display: none;
}

/* Display two gallery images */

@media only screen and (min-width: 981px) {
  /* Set images to 50% width */

  .gallery-two-at-a-time .et_pb_gallery_item {
    max-width: 48%;
  }

  /* Force display of the image after the currently displayed one */

  .gallery-two-at-a-time
  .et-pb-active-slide + .et_pb_gallery_item {
    display: block !important;
    opacity: 1 !important;
    z-index: 1 !important;
    left: 50%;
  }

  /* Display the first image at the end */

  .gallery-two-at-a-time
  .et_pb_gallery_item:first-child:not(.et-pb-active-slide) {
    display: block !important;
    opacity: 1 !important;
    z-index: 0 !important;
    left: 50%;
  }

}

@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */

	.gallery-two-at-a-time.et_pb_gallery .et_pb_gallery_items {
	    width: 85% !important;
	    margin: auto !important;
	}
	.gallery-two-at-a-time.et_pb_gallery .et-pb-arrow-next, .et_pb_bg_layout_light .et-pb-arrow-prev {
	    color: #888888;
	    margin: -20px;
	    margin-top: 15%;
	}
	 .gallery-two-at-a-time .et-pb-slider-arrows {
		   position: unset;
	 }
}

/* CF7 Styling */

.wpcf7 br {
  display: none;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar,
.wpcf7-date,
.wpcf7-file,
.wpcf7-select {
  background-color: #F3F4F5 !important;
  color: #808285 !important;
  border: none !important;
  border-radius: 0px !important;
  font-family: "Open Sans";
  font-size: 14px;
  width: 100% !important;
  padding: 16px !important;
  margin-bottom: 20px !important;
}

.wpcf7-submit {
  background-color: #ffffff;
  color: #006799 !important;
  border: 1px solid #006799;
  font-family: "Open Sans";
  font-size: 14px;
  text-transform: uppercase !important;
  font-weight: 300;
  line-height: 1.7em;
  margin: 20px auto 0;
  padding: 8px 40px;
  cursor: pointer;
	border-radius: 0;
}

.wpcf7-submit:hover {
  background-color: #006799;
  color: #ffffff !important;
  border: 1px solid #ffffff;
}

.wpcf7 input.text,
.wpcf7 .wpcf7 input.title,
.wpcf7 input[type=text],
.wpcf7 select,
.wpcf7 textarea {
  color: #808285 !important;
}

div.wpcf7-response-output {
  color: red;
}

.wpcf7 .left {
  width: 47%;
  float: left;
  margin-right: 6%;
}

.wpcf7 .right {
  width: 47%;
  float: left;
}

.wpcf7 div.submit {
  margin: auto;
  width: 100%;
  display: flex;
}

/* Mobile form */

@media all and (max-width: 960px) {
  .wpcf7 .left {
    width: 100%;
    float: unset;
  }

  .wpcf7 .right {
    width: 100%;
    float: unset;
  }
}

/* FAQ Accordian */

#faq .et_pb_toggle_title {
  color: #515C62 !important;
  font-family: "Open Sans Condensed";
  font-size: 18px;
  text-transform: uppercase !important;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
	padding: 30px !important;
  width: 100%;
}

#faq .et_pb_toggle_close {
  background-color: #F3F4F5;
  padding: 0;
  border: none;
}

#faq .et_pb_toggle_open {
  background-color: #006799;
  padding: 0;
  border: none;
}

#faq .et_pb_toggle_content {
  background-color: #ffffff;
  padding: 20px;
}

#faq .et_pb_toggle_content p {
  line-height: 1.3;
}

#faq .et_pb_toggle_open .et_pb_toggle_title {
  color: #ffffff !important;
}

#faq .et_pb_accordion_item {
  margin-bottom: 10px !important;
}

#faq .et_pb_toggle_open:before {
  position: absolute;
	content: "";
	background: url("/wp-content/themes/Divi-child/images/Arrow-up-white.svg") no-repeat;
  top: 25%;
  right: 80% !important;
  margin-top: -.5em;
  height: 18px;
  width: 18px;
	z-index:10;
}

#faq .et_pb_toggle_open
.et_pb_toggle_title::after {
  position: absolute;
	content: "";
	background: url("/wp-content/themes/Divi-child/images/Arrow-up-white.svg") no-repeat;
  top: 50%;
  left: 80% !important;
  margin-top: -.5em;
  height: 18px;
  width: 18px;
}

#faq .et_pb_toggle_close
.et_pb_toggle_title:before {
  position: absolute;
	content: "";
	background: url("/wp-content/themes/Divi-child/images/Arrow-down-grey.svg") no-repeat;
  top: 50%;
  right: 80% !important;
  margin-top: -.5em;
  height: 18px;
  width: 18px;
}

#faq .et_pb_toggle_close
.et_pb_toggle_title:after {
  position: absolute;
	content: "";
	background: url("/wp-content/themes/Divi-child/images/Arrow-down-grey.svg") no-repeat;
  top: 50%;
  left: 80% !important;
  margin-top: -.5em;
  height: 18px;
  width: 18px;
}

@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	#faq .et_pb_toggle_title {
	  padding: 30px 80px !important;
	}

	#faq .et_pb_toggle_open:before {
		right: 85% !important;
	}
  #faq .et_pb_toggle_open
	.et_pb_toggle_title:after {
		left: 85% !important;
	}
	#faq .et_pb_toggle_close
	.et_pb_toggle_title:before {
		right: 85% !important;
	}
	#faq .et_pb_toggle_close
	.et_pb_toggle_title:after {
		left: 85% !important;
	}
}


.gutter-1-5 .et_pb_column {
  margin-right: 1.5%;
}

.country-map.china {
  float: right;
  width: 80%;
}

.country-map .et_pb_image_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  left: -50%;
}

.country-map img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5.5vh;
  padding: 20px;
}

.country-map.left .et_pb_image_wrap {
  left: -30% !important;
}

.country-map.left img {
  top: 10% !important;
}

.country-map.x-toppad {
  margin-top: 350px;
}

.country-map .et_pb_blurb_container {
  position: absolute;
  top: 20px;
  width: 100%;
  font-family: "Open Sans Condensed" !important;
}

.country-map .et_pb_blurb_container p {
  font-family: "Open Sans Condensed" !important;
  color: #ffffff !important;
}

.country-map.left .et_pb_blurb_container {
  top: 40%;
  width: 50%;
}

.country-map h4 {
  text-align: center;
  color: #ffffff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0px;
  font-style: unset;
  font-size: unset !important;
  border: none;
  margin: unset !important;
  padding: unset !important;
  width: unset;
  min-width: unset;
}

.country-map div {
  text-align: center;
  color: #ffffff;
}

.bg-transparent .et_pb_column {
  background: rgb(0,0,0,0) !important;
}

#cta-quote-btn {
  text-align: left;
  display: flex;
  padding: 12px 14px 0 14px;
}

#cta-quote-btn.double-wide {
  min-width: 480px;
	max-width: 480px;
}

#cta-quote-btn.lt-blue {
  background-color: #006799;
}

#cta-quote-btn dk-blue {
  background-color: #00365a;
}

#cta-quote-btn h2 {
  display: inline-block;
  padding-bottom: 0;
  font-family: "Open Sans" !important;
  font-size: 21px;
  font-weight: 200;
}

#cta-quote-btn .et_pb_promo_description {
  padding-bottom: 10px;
}

#cta-quote-btn .et_pb_button_wrapper {
  display: inline-block;
  margin-left: 20px;
  margin-top: -4px;
}

#cta-quote-btn .et_pb_button_wrapper a {
	font-family: "Open Sans" !important;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid;
  padding: 6px 16px !important;
  margin: 0 0 2px 0;
}

#cta-quote-btn a.et_pb_button:hover {
  background-color: #ffffff !important;
  color: #006799 !important;
}


@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	.country-map.china {
	  float: unset;
	  width: 100%;
	}
	.country-map h4 {
		border: none !important;
	}
	.country-map.x-toppad {
		margin-top: unset;
	}
	#cta-quote-btn {
		margin-top: 0 !important;
	}
}


@media only screen and ( max-width: 560px ) {
	#cta-quote-btn {
	  display: block;
	  padding: 12px 14px;
		margin-top: 0 !important;
	}
	#cta-quote-btn.double-wide {
	  min-width: unset;
		max-width: unset;
	}
	#cta-quote-btn .et_pb_promo_description {
	  padding-bottom: 10px;
	}
	#cta-quote-btn .et_pb_button_wrapper {
	  margin-left: 0px;
	}
}



/* Contact Info on Form Pages */
.contact-info-header h5 {
  color: #006799 !important;
  line-height: 1.8;
}

.contact-info {
  padding-bottom: 36px;
  margin-left: 64px;
}

.contact-info.phone {
  margin-top: 64px;
}

.contact-info.phone:before {
  position: relative;
  top: 24px;
  left: -36px;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-weight: 200;
  content: "\f095";
  color: #99CB62;
}

.contact-info.email:before {
  position: relative;
  top: 24px;
  left: -36px;
  font-style: normal;
  font-size: 14px;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-weight: 200;
  content: "\f0e0";
  color: #99CB62;
}

.contact-info.social:before {
  position: relative;
  top: 24px;
  left: -36px;
  font-style: normal;
  font-size: 14px;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-weight: 200;
  content: "\f1e0";
  color: #99CB62;
}

.contact-info .title {
  font-family: "Open Sans Condensed" !important;
  text-transform: uppercase;
  color: #006799;
  font-size: 16px;
  font-weight: 700;
}

.contact-info .content {
  font-family: "Open Sans" !important;
  color: #808285;
  font-size: 11px;
  font-weight: 300;
  padding-top: 8px;
}

#contact-social {
  margin-left: -10px;
}

#contact-social a img {
  height: 10px !important;
  margin-right: 14px;
}

.textwidget #contact-social ul.social-icons {
  list-style-type: none;
  color: rgba(0,0,0,0);
}

.textwidget #contact-social {
  margin-left: -10px;
}

.textwidget #contact-social a img {
  height: 10px !important;
  margin-right: -4px;
  mix-blend-mode: color-dodge;
}

.textwidget #contact-social li:before {
  content: unset;
}

@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	.contact-info {
	  padding-bottom: 36px;
	  margin-left: 44px;
	}

	.contact-info.phone {
	  margin-top: 0px;
	}
}


/* Key Exec Slider on About Page */

#key-exec {
	width: 90%;
	margin: auto;
}

#key-exec article {
  display: block;
}

#key-exec .item-title {
  margin-top: 32px;
  font-family: "Open Sans Condensed";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

#key-exec .item-position {
  margin-top: 12px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 200;
}

#key-exec .item-excerpt {
  border-top: 1px solid #808285;
  padding-top: 20px;
  margin-top: 20px;
}

#key-exec .item-readmore {
  margin-top: 14px;
}

#key-exec .owl-prev {
  margin-left: calc(-3% - 8px);
	top: 22%;
  background: url("/wp-content/themes/Divi-child/images/Arrow-left-grey.svg") no-repeat!important;
}

#key-exec .owl-next {
  margin-right: calc(-3% - 8px);
	top: 22%;
  background: url("/wp-content/themes/Divi-child/images/Arrow-right-grey.svg") no-repeat!important;
}


@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	#key-exec .owl-prev {
		margin-left: calc(-7% + 6px);
	}
	#key-exec .owl-next {
		margin-right: calc(-5% + 6px);
	}
}


/* History Timeline on About Page */
#history-timeline {
  width: 100%;
}

#history-timeline #history-dates ul {
  list-style-type: none;
  font-size: 24px;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  color: #006799;
  width: 100%;
  height: 44px;
  border-bottom: 2px solid #aaa;
  padding: 0;
  line-height: 1.1;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  margin: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#history-timeline #history-dates ul::-webkit-scrollbar {
  display: none;
}

#history-timeline div.nav-items {
  display: block;
  width: 100%;
}

#history-timeline div.nav-left {
  position: absolute;
  margin-left: -32px;
  margin-top: 24px;
  background: url("/wp-content/themes/Divi-child/images/Arrow-left-blue.svg") no-repeat!important;
  height: 24px;
  width: 24px;
  content: "";
  top: 0;
}

#history-timeline div.nav-right {
  right: -38px;
  top: 30px;
  background: url("/wp-content/themes/Divi-child/images/Arrow-right-blue.svg") no-repeat!important;
  height: 24px;
  width: 24px;
  position: absolute;
  content: "";
}

#history-timeline #history-dates li {
  padding: 3px 8px 0 0;
  margin-bottom: 0px;
  width: 120px;
  cursor: pointer;
  flex: 0 0 auto;
  display: inline;
}

#history-timeline #history-dates li.active {
  border-bottom: 3px solid #006799;
  color: #99CB62;
}

#history-timeline #history-dates li.active:after {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #006799;
  content: "";
  margin-bottom: -2px;
  border: 4px solid #99CB62;
}

#history-timeline article
.item-content {
  display: block;
  margin-top: 40px;
}

#history-timeline article
.history-media {
  width: 50%;
  float: right;
  padding-left: 20px;
}

#history-timeline article
.history-media img {
  width: 100%;
  height: 20vw;
  object-fit: contain;
}

@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	#history-header {
	  width: 50% !important;
	}
	#history-image img {
		object-fit: cover;
    height: 140px;
	}
	#history-timeline #history-dates ul {
		width: 80%;
		font-size: 20px;
	}
	#history-timeline #history-dates li {
    width: 88px;
	}
	#history-timeline div.nav-right {
    right: -10px;
		top: 29px;
	}
	#history-timeline div.nav-left {
    margin-left: 0px;
		margin-top: 30px;
	}
	#history-timeline article .history-media {
    width: 100%;
    float: unset;
    padding-top: 40px;
    padding-left: 0;
	}
	#history-timeline article .history-media img {
    width: 100%;
    height: unset;
	}
}



/* Call to Action boxes on About page */
#cta-mvv {
  padding: 36px;
  text-align: left;
  align-self: stretch;
}

#cta-mvv h2 {
  font-size: 24px;
  font-family: "Open Sans";
  font-weight: 600;
  color: #006799;
  font-style: oblique;
  width: 100px;
  text-align: left;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 6px solid #99CB62;
}

#cta-mvv .et_pb_promo_description {
  margin-top: 24px;
}

#cta-mvv p {
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}

#cta-mvv.mission {
  background-color: #006799;
  margin-bottom: 0;
}

#cta-mvv.vision {
  background-color: #00365A;
}

#cta-mvv.values {
  background-color: #515C62;
}

#cta-mvv .et_pb_button_wrapper {
  margin-top: 24px;
}

#cta-mvv .et_pb_button {
  border: none;
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  padding: 0 !important;
  margin-left: 0;
}

@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	#cta-mvv {
		width: 106%;
    margin-bottom: 0;
    margin-left: -3%;
	}
}

/* Executive Post Page */
#exec-single {
	display: flex;
	flex-direction: row;
}
#exec-single .exec-name .et_pb_text_inner {
  font-family: "Open Sans Condensed";
  font-size: 46px;
  font-weight: 600;
  color: #006799;
  text-transform: uppercase;
	line-height: 1.1;
	padding-top: 20px;
}
#exec-single .exec-name {
	margin-bottom: 8px;
}
#exec-single .exec-title .et_pb_text_inner {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
}
#exec-single .et_pb_image {
	margin-left: 0;
}
#exec-single img {
	width: 100%;
  max-width: 540px;
}
#exec-single .exec-email,
#exec-single .exec-phone,
#exec-single .exec-linkedin {
	float: left;
	margin-right: 60px;
	margin-top: 12px;
}
#exec-single .exec-email img,
#exec-single .exec-phone img,
#exec-single .exec-linkedin img {
	height: 24px;
	width: auto;
}

@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	#exec-single {
		flex-direction: column;
		padding-bottom: 0;
	}
	#exec-single.et_pb_row_1_tb_body {
		padding-top: 0;
	}
	#exec-single .et_pb_column_2_5 {
		order: 2;
	}
	#exec-single .exec-name .et_pb_text_inner {
		padding-top: 0;
	}
}


#search-grid .et_pb_ajax_pagination_container {
	display: grid;
  grid-template-columns: 31% 31% 31%;
  grid-gap: 40px 4.5%;
}
#search-grid article h5 {
	color: #006799;
}

#search-grid a.more-link {
	padding-top: 20px !important;
  text-align: center;
  text-transform: uppercase;
  bottom: -44px;
  position: absolute;
  width: 100%;
}
.search-param {
	display: flex;
	clear: both;
	font-size: 24px;
	font-weight: 700;
}
#search-nav {
	display: flex;
	clear: both;
}
#search-nav .et_pb_ajax_pagination_container .pagination .alignright a {
	display: none;
}

@media only screen and ( max-width: 980px ) {  /* Tablets-Phones */
	#search-grid .et_pb_ajax_pagination_container {
		grid-template-columns: 47% 47%;
		grid-gap: 30px 6%;
	}
}

@media only screen and ( max-width: 479px ) { /* Phones */
	#search-grid .et_pb_ajax_pagination_container {
		grid-template-columns: unset;
	}
}

.read-more__link {
	display: block;
  font-family: "Open Sans Condensed";
  font-weight: 700;
	text-transform: uppercase;
  margin-top: 22px;
	cursor: pointer;
}

#load-more {
	width: 100%;
  margin: auto;
  font-family: "Open Sans Condensed";
  color: #006799;
  font-weight: 700;
  background: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
	cursor: pointer;
}


/* News Filter */
#filter-news {
	display: inline-block;
	position: relative;
	z-index:50;
}


#filter-news #submit {
	font-size: 20px;
  font-family: "fontAwesome";
  border: none;
  background: transparent;
  color: #006799;
  padding: 12px 10px 4px;
  cursor: pointer;
}
#filter-news #reset {
	font-size: 20px;
  font-family: "fontAwesome";
  border: none;
  background: transparent;
  color: #515C62;
  padding: 12px 10px 4px;
  cursor: pointer;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  display: inline-block;
  margin-right: 12px;
	z-index: inherit;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  color: #006799;
  background: #ffffff;
  border: 1px solid #006799;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
  text-align: center;
	position: relative;
	z-index: inherit;
	margin-bottom: 6px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: unset;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
	position: relative;
	z-index: inherit;
}

/*point the arrow upwards when the select box is open (active):*/
/*
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
	position: relative;
	z-index: inherit;
}
*/
/*style the items (options), including the selected item:*/
.select-items div {
  color: #ffffff;
  padding: 8px 0px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
  text-align: center;
	position: relative;
	z-index: inherit;
	text-align: left;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #006799;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 8px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover { /*, .same-as-selected {*/
	/*border-bottom: 1px solid #99CB62;*/
	color: #99CB62;
	display: inline-block;
  border-bottom: 2px solid #99CB62;
	/*
	padding-bottom: 2px;
	padding-top: 2px;
	*/
}

@media only screen and ( max-width: 860px ) { /* Phones */
	#filter-news {
		display: block;
	}
	#filter-news #submit {
		display: block;
    width: 50%;
    font-size: 28px;
    align-self: baseline;
    margin-left: 13%;
	}
	#filter-news #reset {
		display: block;
		width: 50%;
		font-size: 28px;
		margin-top: -21px;
		margin-right: -20%;
	}
	.select-selected {
    display: block;
    text-align: center;
    width: 100%;
	}
	.select-items {
		position: relative;
    margin-bottom: 8px;
	}
	#filter-news {
		display: flex;
    margin-top: -24px;
    flex-direction: column;
    align-items: center;
	}
}


.et_pb_row_1_tb_body {
  display: block !important;
}