/* 
Theme Name:		 Divi Child Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 Divi Child Theme is a child theme of Divi, created by ChildTheme-Generator.com
Author:			 Accentuate
Author URI:		 http://childtheme-generator.com/
Template:		 Divi
Version:		 1.0.0
Text Domain:	 divi-child-theme
*/


/*
    Add your custom styles here
*/

select#post-filter {
    border-radius: 20px;
    padding: 0 10px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/wp-content/uploads/2025/11/down.png) no-repeat right 1rem center;
    background-size: 12px;
    padding-right: 2rem;
}
.ajax-posts-filter {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

/** VALUES BLURB HOVER EFFECt **/

.values-blurb .et_pb_blurb_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	opacity: 0;
	color: #fff;
}

.values-blurb:hover .et_pb_blurb_description {
	opacity: 1;
}

.values-blurb *, .values-blurb  {
	transition: all 0.4s ease;
}

.et_pb_blurb.values-blurb:hover {
	background-color: #011639;
}

.values-blurb:hover .et_pb_blurb_description h3 {
	color: #fff;
}

.values-blurb:hover .et_pb_main_blurb_image, 
.values-blurb:hover .et_pb_blurb_container > .et_pb_module_header {
	opacity: 0;
}

/** TEAM BLURB POPUP **/


.popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.popup-content {
    background: white;
    max-width: 100%;
    position: relative;
    height: 100%;
}

p.team-description {
    display: none;
}

.et_pb_row.team-row {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0;
}

.et_pb_section.team-section {
    height: 100%;
    padding: 0;
}

.team-content {
    align-content: center;
    padding: 50px 9.9vw;
}

.team-content i { cursor: pointer; }
.team-content i:hover {color: #FCB913 }
.team-image {
    background-color: #011639;
    align-content: flex-end;
}

.team-image img {
	display: block;
}

/* Scale image on hover inside Divi blurb */
.team-blurb:hover .et_pb_main_blurb_image img {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}

/* Ensure smooth animation when not hovered */
.team-blurb .et_pb_main_blurb_image img {
  transition: transform 0.3s ease-in-out;
}

.team-blurb {
	cursor: pointer;
}

p#popupTitle {
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #FCB913;
}

h3#popupName {
    font-size: 32px;
	margin-bottom: 30px;
	color: #07BADD;
	font-weight: bold;
}

p#popupDesc {
    font-size: 18px;
    line-height: 1.3em;
	margin-bottom: 50px;
}

.team-content i {
	font-size: 24px;
}


.popup-content img {
  max-width: 100%;
}

.close-btn {
  position: absolute;
  top: 10px; right: 10px;
  cursor: pointer;
  font-size: 20px;
  background: #ddd;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  z-index: 10;
}

.custom-line {
    position: relative;
    max-width: max-content;
}

.custom-line {
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
    line-height: 1.2;
}

.custom-line:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    /* height: 4px; */
    background-color: #FCB913;
}

.header-row {
    display: flex;
    align-items: center;
	gap: 3.1vw;
}

.header-row .et_pb_menu {
    flex: 1;
}

.number-column, .number-header {
	transition: all 0.2s ease;
}

.number-column:hover, .number-column.active {
    background-color: #fff;
}

.number-column .et_pb_image {
    margin-top: auto;
}

.number-column {
    display: flex;
    flex-direction: column;
}

.number-column:hover .number-header,
.number-column.active .number-header{
	background-color: #FCB913 !important;
	color: #011639 !important
}

.inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
    margin-right: 40px;
}

.inline-buttons .et_pb_button_module_wrapper:last-of-type {
	margin-right: 0;
}

.slick-track{
    display: flex !important;
	padding: 20px 0;
}

.logo-slider  .slick-track {
    padding: 0 0;
}

.slick-slide{
    height: inherit !important;
	align-content: center;
}

.slick-slide img {
    display: block;
    margin: auto;
}

/* the slides */
.testimonial-slider  .slick-slide, 
.logo-slider  .slick-slide,
.post-slider .slick-slide{
	margin: 0 15px;
}

.logo-slider  .slick-list {
		margin: 0 -15px;
}

/* the parent */
.testimonial-slider  .slick-list,
.post-slider .slick-list {
	margin: 0 -15px;
	margin-right: -20vw !important;
}
/** TESTIMONIAL CSS **/


.testimonial-content {
	 position: relative;
    font-size: clamp(18px,2vw,26px);
    margin-bottom: clamp(20px,2vw,50px);
	font-weight: 600;
	padding: 20px;
	line-height: 1.3em;
}

.testimonial-content::before,
.testimonial-content::after {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonial-content::before {
  background-image: url('/wp-content/uploads/2025/04/left-quote.svg');
  top: 0;
  left: -10px;
}

.testimonial-content::after {
  background-image: url('/wp-content/uploads/2025/04/right-quote.svg');
  bottom: 0;
  right: -10px;
}

.testiimonial-author {
    font-size: clamp(14px, 2vw, 24px) !important;
	
}

.testiimonial-author span {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
}

/** BLOG SLIDER & LISTS CSS **/

#ajax-posts-container .ajax-post {
	display: none;
}

#load-more-posts {
    padding: 10px 20px;
    background-color: transparent !important;
    color: #ff8006;
    border: 2px solid #ff8006;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 48px;
    margin: 50px auto;
    display: block;
    padding-top: 20px !important;
    padding-right: 30px;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

#load-more-posts:disabled {
	background: #aaa;
	cursor: not-allowed;
}
#ajax-loader {
	display: none;
	margin: 20px auto;
	width: 32px;
	height: 32px;
	border: 4px solid #ccc;
	border-top-color: #fcb913;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	to { transform: rotate(360deg); }
}

div#ajax-posts-container {
	display: flex;
	flex-wrap: wrap;
	gap: 3.1vw;
}

div#ajax-posts-container .post-loop-item {
	flex: 0 1 calc((100% - 3 * 3.1vw) / 4); /* 4 items per row, 3 gaps */
}


.post-loop-item {
	align-content: flex-end;
    padding: 9.3vw 40px 20px;
    background-repeat: no-repeat !important;
    border-radius: 20px;
	height: 100%;
	position: relative;
    width: 100%;
    height: 300px; /* or use aspect-ratio: 16/9; */
    background-color: #eaeaea;
   	background-size: cover;
	transition: all 0.3s ease-in-out;
	transition: background-image 0.3s ease-in-out;
    background-position: center;
    overflow: hidden;
	cursor: pointer;

}

.post-loop-item.loading {
    background-image: none !important;
}

.post-loop-item:hover {
    box-shadow: 0 0 33px rgb(0 0 0 / 15%);
}

.post-loop-item:hover h3 {
    top: -30px;
}

.post-loop-item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    display: block;
    z-index: 10;
    content: '';
    opacity: .9;
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, .75) 100%);
    transition: opacity .65s cubic-bezier(.05,.2,.1,1);
}

.post-loop-item.loading {
    background-image: none !important;
}

.post-loop-item h3 {
	transition: all 0.3s ease-in-out;
	top: 0;
    color: #fff;
	line-height: 1.3em;
}

.post-loop-item h3 {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #ffffff;
	position: relative;
	z-index: 50;
}

.post-slider .slick-prev:before, .post-slider .slick-next:before {
	display: none;
}

.post-slider .slick-prev, .post-slider .slick-next {
	width: 72px;
	height: 72px;
}

.custom-horizontal-line {
	position: relative;
	max-width: max-content;
	padding-bottom: 15px;
}

.custom-horizontal-line:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/wp-content/uploads/2025/05/Ellipse-23.svg), url(/wp-content/uploads/2025/05/Ellipse-23.svg);
	background-position: left, right;
	width: 100%;
	height: 10px;
	background-size: 10px, 10px;
	background-repeat: no-repeat;
}

.custom-horizontal-line:after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    width: 100%;
    height: 3px;
    background-color: #FCB913;
}


/** RESPONSIVE CSS **/
@media (max-width: 1440px) {
	.hero-img {
		opacity: 0.5;
	}
}

@media (min-width:981px) and (min-height:1024px) {
	body:not(.et_fb).logged-in .pagehero {
		height: calc(100vh - 32px);
		align-content: center;
		display: flex;
		flex-direction: column;
	}

	body:not(.et_fb) .pagehero { 
		height: 100vh;
		align-content: center;
		display: flex;
		flex-direction: column;
	}

}

@media (min-width:981px){
	
	.font90 { font-size: clamp(4.375rem, 3.0691rem + 2.1299vw, 5.625rem) !important; }
	.font72 { font-size: clamp(3.125rem, 1.6885rem + 2.3429vw, 4.5rem) !important; }
	.font40 { font-size: clamp(2rem, 1.4776rem + 0.852vw, 2.5rem) !important; }
	.font32 p { font-size: clamp(1.625rem, 1.2332rem + 0.639vw, 2rem) !important; }
	.font30 h3 { font-size: clamp(1.625rem, 1.3638rem + 0.426vw, 1.875rem) !important; }
	
	.et_pb_text:not(.custom), .et_pb_text:not(.custom) p, 
	.et_pb_blurb .et_pb_blurb_description, 
	.et_pb_blurb .et_pb_blurb_description p {  font-size: clamp(1.125rem, 0.6026rem + 0.852vw, 1.625rem) !important;  }
	 body.et_pb_button_helper_class .et_pb_button { font-size: clamp(1rem, 0.4776rem + 0.852vw, 1.5rem) !important; }
	
	.with-line:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: -10px;
		background: url(/wp-content/uploads/2025/05/Ellipse-23.svg), url(https://staging-22f3-newgtintel.wpcomstaging.com/wp-content/uploads/2025/05/Line-18.svg), url(/wp-content/uploads/2025/05/Ellipse-23.svg);
		background-position: top, center, bottom;
		width: 20px;
		height: 100%;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.with-line:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: -10px;
		background: url(/wp-content/uploads/2025/05/Ellipse-23.svg), url(https://staging-22f3-newgtintel.wpcomstaging.com/wp-content/uploads/2025/05/Line-18.svg), url(/wp-content/uploads/2025/05/Ellipse-23.svg);
		background-position: top, center, bottom;
		width: 20px;
		height: 100%;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	
	.et_pb_menu .et-menu>li {
		padding-left: 0;
		padding-right: clamp(0.6875rem, -1.4673rem + 3.5144vw, 2.75rem) !important;
	}
	
	
	/**HEADER MENU CSS **/
	.et_pb_menu__logo img { width: clamp(15.625rem, 4.5248rem + 18.1044vw, 26.25rem);}
	.et_pb_menu_0_tb_header.et_pb_menu ul li a,
	body #page-container .et_pb_section .et_pb_button_0_tb_header { font-size: clamp(1.125rem, 0.8638rem + 0.426vw, 1.375rem) !important; }
	

	.number-row:before {
		content: "";
		position: absolute;
		top: -30px;
		left: 10%;
		right: 10%;
		height: 20px;
		background-color: #FCB913;
		z-index: 0;
	}
	
	.hide-desktop { display: none !important; }
}

@media (max-width:980px){
	
	.et_pb_row.team-row { align-content: center; }
	.team-image { display: none; }
	
	.leadership-row, .values-row {
		gap: 30px !important;
	}
	
	.leadership-row .et_pb_blurb, .values-row .et_pb_blurb {
		flex: 0 1 calc((100% - 1 * 30px) / 2) !important;
	}
	
	.post-loop-item {
		padding: 200px 40px 20px;
	}
	
	.header-row {
		gap: 0;
	}
	
	.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
		padding: 10px 0 !important;
		position: relative;
	}

	div#ajax-posts-container .post-loop-item {
		flex: 0 1 calc((100% - 1 * 3.1vw) / 2); /* 3 items per row, 2 gaps */
	}
	
	.testimonial-slider  .slick-list {
		margin-right: 0vw !important;
	}
	
	.testiimonial-author {
		font-size: 20px !important;
	}
	
	.inline-buttons .et_pb_button_module_wrapper {
		margin-right: 15px;
	}
	
	.inline-buttons { text-align: center; }
}

@media(max-width:767px) {
	.custom-line {
		text-decoration-thickness: 3px;
		text-underline-offset: 5px;
	}
}

@media (max-width:480px){
	
	button#wpforms-submit-1672 {
		font-size: 14px !important;
	}
	
	.leadership-row .et_pb_blurb, .values-row .et_pb_blurb {
		flex: 0 1 100% !important;
	}
	
	.testimonial-content::before, .testimonial-content::after {
		width: 20px;
		height: 20px;
	}
	
	.testiimonial-author {
        font-size: 16px !important;
    }
	
	.testiimonial-author span {
		font-size: 14px;
	}
	
	.testimonial-content::before {
		left: 0px;
	}

	.testimonial-content::after {
		right: 0px;
	}
	
	.testimonial-slider .slick-list, .post-slider .slick-list {
		margin: auto !important;
	}
	
	div#ajax-posts-container {
		gap: 30px;
	}
	
	div#ajax-posts-container .post-loop-item {
		flex: 0 1 100%;
	}
}

/** WP FORMS CSS **/

div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
   
    border-radius: 20px !important;
    border-width: 0 !important;
    padding: 28px 35px !important;
    line-height: 1 !important;
    box-shadow: 0 5px 10px rgb(0 0 0 / 25%) !important;
}

div.wpforms-container-full input, div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full input, .wp-core-ui div.wpforms-container-full select {
    height: auto !important;
}

button#wpforms-submit-1672 {
    display: block;
    margin: auto;
    margin-top: 30px;
    color: #fff;
    border-color: #011639;
    border-radius: 48px;
    font-size: 24px;
    font-weight: 600 !important;
    background-color: #011639;
    line-height: 1 !important;
    padding: 20px 35px !important;
    height: auto;
}
button#wpforms-submit-1672:hover {
	background-color: #ff8006;
	 border-color: #ff8006;
}

.values-row {
	display: flex;
	flex-wrap: wrap;
	gap: 3.1vw;
	justify-content: center;
}

.values-row .et_pb_blurb {
	flex: 0 1 calc((100% - 2 * 3.1vw) / 3); /* 3 items per row with 2 gaps */
}

.leadership-row {
  display: flex;
  flex-wrap: wrap;
  gap: 3.1vw;
  justify-content: center;
}

.leadership-row .et_pb_blurb {
  flex: 0 1 calc((100% - 3 * 3.1vw) / 4); /* 4 items per row, 3 gaps */
}

/** DIVI TOOLBOX CSS READY CLASSES **/

/** Add one (or two) of these classes to Row Settings: 
 
tablet-two-cols - to display two columns on tablets
tablet-three-cols - to display three columns on tablets
tablet-four-cols - to display four columns on tablets
tablet-five-cols - to display five columns on tablets
tablet-six-cols - to display six columns on tablets
phone-two-cols - to display two columns on phones
phone-three-cols - to display three columns on phones
phone-four-cols - to display four columns on phones

tablet-2cols-1-2 - two columns, one-third and two-thirds wide, on tablets
tablet-2cols-2-1 - two columns, two-thirds and one-third wide, on tablets
tablet-2cols-1-3 - two columns, one-fourth and three-fourths wide, on tablets
tablet-2cols-3-1 - two columns, three-fourths and one-fourth wide, on tablets
phone-2cols-1-2 - two columns, one-third and two-thirds wide, on phones
phone-2cols-2-1 - two columns, two-thirds and one-third wide, on phones
phone-2cols-1-3 - two columns, one-fourth and three-fourths wide, on phones
phone-2cols-3-1 - two columns, three-fourths and one-fourth wide, on phones

**/

@media (max-width:980px) {
	.et_pb_row.reverse-columns-mobile {
		display: flex!important;
		flex-direction: column-reverse!important
	}
	.et_pb_row.reverse-columns-mobile .et_pb_column:last-child,
	.et_pb_row.reverse-columns-mobile .et_pb_column.et-last-child {
		margin-bottom: 30px
	}
	.et_pb_row.reverse-columns-mobile .et_pb_column:first-child {
		margin-bottom: 0;
		z-index: 10
	}
}

@media (min-width:480px) and (max-width:980px) {
	.tablet-two-cols>.et_pb_column {
		width: 47.25%!important;
		margin-right: 5.5%!important
	}
	.tablet-two-cols.et_pb_gutters4>.et_pb_column {
		width: 45%!important;
		margin-right: 10%!important
	}
	.tablet-two-cols.et_pb_gutters2>.et_pb_column {
		width: 49%!important;
		margin-right: 2%!important
	}
	.tablet-two-cols.et_pb_gutters1>.et_pb_column {
		width: 50%!important;
		margin-right: 0!important
	}
	.tablet-two-cols>.et_pb_column:nth-child(2n+2) {
		margin-right: 0!important
	}
	.tablet-three-cols>.et_pb_column {
		width: 30%!important;
		margin-right: 5%!important
	}
	.tablet-three-cols.et_pb_gutters4>.et_pb_column {
		width: 27.25%!important;
		margin-right: 9.125%!important
	}
	.tablet-three-cols.et_pb_gutters2>.et_pb_column {
		width: 31.25%!important;
		margin-right: 3.125%!important
	}
	.tablet-three-cols.et_pb_gutters1>.et_pb_column {
		width: 33.33%!important;
		margin-right: 0!important
	}
	.tablet-three-cols>.et_pb_column:nth-child(3n+3) {
		margin-right: 0!important
	}
	.tablet-four-cols>.et_pb_column {
		width: 22.75%!important;
		margin-right: 3%!important
	}
	.tablet-four-cols.et_pb_gutters4>.et_pb_column {
		width: 21.25%!important;
		margin-right: 5%!important
	}
	.tablet-four-cols.et_pb_gutters2>.et_pb_column {
		width: 23.5%!important;
		margin-right: 2%!important
	}
	.tablet-four-cols.et_pb_gutters1>.et_pb_column {
		width: 25%!important;
		margin-right: 0!important
	}
	.tablet-four-cols>.et_pb_column:nth-child(4n+4) {
		margin-right: 0!important
	}
	.tablet-five-cols>.et_pb_column {
		width: 18.5%!important;
		margin-right: 1.875%!important
	}
	.tablet-five-cols.et_pb_gutters4>.et_pb_column {
		width: 18%!important;
		margin-right: 2.5%!important
	}
	.tablet-five-cols.et_pb_gutters2>.et_pb_column {
		width: 19%!important;
		margin-right: 1.25%!important
	}
	.tablet-five-cols.et_pb_gutters1>.et_pb_column {
		width: 20%!important;
		margin-right: 0!important
	}
	.tablet-five-cols>.et_pb_column:nth-child(5n+5) {
		margin-right: 0!important
	}
	.tablet-six-cols>.et_pb_column {
		width: 15.5%!important;
		margin-right: 1.4%!important
	}
	.tablet-six-cols.et_pb_gutters4>.et_pb_column {
		width: 15%!important;
		margin-right: 2%!important
	}
	.tablet-six-cols.et_pb_gutters2>.et_pb_column {
		width: 16%!important;
		margin-right: .8%!important
	}
	.tablet-six-cols.et_pb_gutters1>.et_pb_column {
		width: 16.66%!important;
		margin-right: 0!important
	}
	.tablet-six-cols>.et_pb_column:nth-child(6n+6) {
		margin-right: 0!important
	}
	.tablet-2cols-1-2>.et_pb_column:nth-child(odd) {
		width: 30%!important;
		margin-right: 5%!important
	}
	.tablet-2cols-1-2>.et_pb_column:nth-child(even) {
		width: 65%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-2.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 27.25%!important;
		margin-right: 9.125%!important
	}
	.tablet-2cols-1-2.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 63.625%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-2.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 31.25%!important;
		margin-right: 3.125%!important
	}
	.tablet-2cols-1-2.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 65.625%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-2.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 33.333%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-2.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 66.666%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-2>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
	.tablet-2cols-2-1>.et_pb_column:nth-child(odd) {
		width: 65%!important;
		margin-right: 5%!important
	}
	.tablet-2cols-2-1>.et_pb_column:nth-child(even) {
		width: 30%!important;
		margin-right: 0!important
	}
	.tablet-2cols-2-1.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 63.625%!important;
		margin-right: 9.125%!important
	}
	.tablet-2cols-2-1.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 27.25%!important;
		margin-right: 0!important
	}
	.tablet-2cols-2-1.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 65.625%!important;
		margin-right: 3.125%!important
	}
	.tablet-2cols-2-1.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 31.25%!important;
		margin-right: 0!important
	}
	.tablet-2cols-2-1.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 66.666%!important;
		margin-right: 0!important
	}
	.tablet-2cols-2-1.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 33.333%!important;
		margin-right: 0!important
	}
	.tablet-2cols-2-1>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
	.tablet-2cols-1-3>.et_pb_column:nth-child(odd) {
		width: 22.75%!important;
		margin-right: 3%!important
	}
	.tablet-2cols-1-3>.et_pb_column:nth-child(even) {
		width: 74.25%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-3.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 21.25%!important;
		margin-right: 5%!important
	}
	.tablet-2cols-1-3.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 73.75%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-3.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 23.5%!important;
		margin-right: 2%!important
	}
	.tablet-2cols-1-3.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 74.5%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-3.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 25%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-3.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 75%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-3>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
	.tablet-2cols-3-1>.et_pb_column:nth-child(odd) {
		width: 74.25%!important;
		margin-right: 3%!important
	}
	.tablet-2cols-3-1>.et_pb_column:nth-child(even) {
		width: 22.75%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 73.75%!important;
		margin-right: 5%!important
	}
	.tablet-2cols-3-1.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 21.25%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 74.5%!important;
		margin-right: 2%!important
	}
	.tablet-2cols-3-1.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 23.5%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 75%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 25%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
}

@media (max-width:479px) {
	.phone-two-cols>.et_pb_column,
	.et-db #et-boc .et-l .phone-two-cols.et_pb_row>.et_pb_column {
		width: 47.25%!important;
		margin-right: 5.5%!important
	}
	.phone-two-cols.et_pb_gutters4>.et_pb_column,
	.et-db #et-boc .et-l .phone-two-cols.et_pb_row.et_pb_gutters4>.et_pb_column {
		width: 45%!important;
		margin-right: 10%!important
	}
	.phone-two-cols.et_pb_gutters2>.et_pb_column,
	.et-db #et-boc .et-l .phone-two-cols.et_pb_row.et_pb_gutters2>.et_pb_column {
		width: 49%!important;
		margin-right: 2%!important
	}
	.phone-two-cols.et_pb_gutters1>.et_pb_column,
	.et-db #et-boc .et-l .phone-two-cols.et_pb_row.et_pb_gutters1>.et_pb_column {
		width: 50%!important;
		margin-right: 0!important
	}
	.phone-two-cols>.et_pb_column:nth-child(2n+2),
	.et-db #et-boc .et-l .phone-two-cols.et_pb_row>.et_pb_column:nth-child(2n+2) {
		margin-right: 0!important
	}
	.phone-three-cols>.et_pb_column,
	.et-db #et-boc .et-l .phone-three-cols.et_pb_row>.et_pb_column {
		width: 30%!important;
		margin-right: 5%!important
	}
	.phone-three-cols.et_pb_gutters4>.et_pb_column,
	.et-db #et-boc .et-l .phone-three-cols.et_pb_row.et_pb_gutters4>.et_pb_column {
		width: 27.25%!important;
		margin-right: 9.125%!important
	}
	.phone-three-cols.et_pb_gutters2>.et_pb_column,
	.et-db #et-boc .et-l .phone-three-cols.et_pb_row.et_pb_gutters2>.et_pb_column {
		width: 31.25%!important;
		margin-right: 3.125%!important
	}
	.phone-three-cols.et_pb_gutters1>.et_pb_column,
	.et-db #et-boc .et-l .phone-three-cols.et_pb_row.et_pb_gutters1>.et_pb_column {
		width: 33.33%!important;
		margin-right: 0!important
	}
	.phone-three-cols>.et_pb_column:nth-child(3n+3),
	.et-db #et-boc .et-l .phone-three-cols.et_pb_row>.et_pb_column:nth-child(3n+3) {
		margin-right: 0!important
	}
	.phone-four-cols>.et_pb_column,
	.et-db #et-boc .et-l .phone-four-cols.et_pb_row>.et_pb_column {
		width: 22.75%!important;
		margin-right: 3%!important
	}
	.phone-four-cols.et_pb_gutters4>.et_pb_column,
	.et-db #et-boc .et-l .phone-four-cols.et_pb_row.et_pb_gutters4>.et_pb_column {
		width: 21.25%!important;
		margin-right: 5%!important
	}
	.phone-four-cols.et_pb_gutters2>.et_pb_column,
	.et-db #et-boc .et-l .phone-four-cols.et_pb_row.et_pb_gutters2>.et_pb_column {
		width: 23.5%!important;
		margin-right: 2%!important
	}
	.phone-four-cols.et_pb_gutters1>.et_pb_column,
	.et-db #et-boc .et-l .phone-four-cols.et_pb_row.et_pb_gutters1>.et_pb_column {
		width: 25%!important;
		margin-right: 0!important
	}
	.phone-four-cols>.et_pb_column:nth-child(4n+4),
	.et-db #et-boc .et-l .phone-four-cols.et_pb_row>.et_pb_column:nth-child(4n+4) {
		margin-right: 0!important
	}
	.phone-2cols-1-2>.et_pb_column:nth-child(odd) {
		width: 30%!important;
		margin-right: 5%!important
	}
	.phone-2cols-1-2>.et_pb_column:nth-child(even) {
		width: 65%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-2.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 27.25%!important;
		margin-right: 9.125%!important
	}
	.phone-2cols-1-2.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 63.625%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-2.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 31.25%!important;
		margin-right: 3.125%!important
	}
	.phone-2cols-1-2.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 65.625%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-2.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 33.333%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-2.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 66.666%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-2>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
	.phone-2cols-2-1>.et_pb_column:nth-child(odd) {
		width: 65%!important;
		margin-right: 5%!important
	}
	.phone-2cols-2-1>.et_pb_column:nth-child(even) {
		width: 30%!important;
		margin-right: 0!important
	}
	.phone-2cols-2-1.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 63.625%!important;
		margin-right: 9.125%!important
	}
	.phone-2cols-2-1.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 27.25%!important;
		margin-right: 0!important
	}
	.phone-2cols-2-1.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 65.625%!important;
		margin-right: 3.125%!important
	}
	.phone-2cols-2-1.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 31.25%!important;
		margin-right: 0!important
	}
	.phone-2cols-2-1.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 66.666%!important;
		margin-right: 0!important
	}
	.phone-2cols-2-1.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 33.333%!important;
		margin-right: 0!important
	}
	.phone-2cols-2-1>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
	.phone-2cols-1-3>.et_pb_column:nth-child(odd) {
		width: 22.75%!important;
		margin-right: 3%!important
	}
	.phone-2cols-1-3>.et_pb_column:nth-child(even) {
		width: 74.25%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-3.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 21.25%!important;
		margin-right: 5%!important
	}
	.phone-2cols-1-3.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 73.75%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-3.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 23.5%!important;
		margin-right: 2%!important
	}
	.phone-2cols-1-3.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 74.5%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-3.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 25%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-3.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 75%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-3>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
	.tablet-2cols-3-1>.et_pb_column:nth-child(odd) {
		width: 74.25%!important;
		margin-right: 3%!important
	}
	.tablet-2cols-3-1>.et_pb_column:nth-child(even) {
		width: 22.75%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 73.75%!important;
		margin-right: 5%!important
	}
	.tablet-2cols-3-1.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 21.25%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 74.5%!important;
		margin-right: 2%!important
	}
	.tablet-2cols-3-1.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 23.5%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 75%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 25%!important;
		margin-right: 0!important
	}
	.phone-2cols-3-1>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
}