/* Reset default Divi styling to be easier to work with */

/* Remove Divi Padding */
h1, h2, h3, h4, h5, h6,
.et_pb_section,
.et_pb_row {
    padding: 0;
}

.et_pb_section.overflow-hidden {
    overflow: hidden;
}

/* Divi Column Margins */
/* .et_pb_gutters3 .et_pb_column, 
.et_pb_gutters3.et_pb_row .et_pb_column {
    margin: 0 0 30px;
} */

/* Remove Divi Margins */
.et_pb_gutters3 .et_pb_column.no-margin {
	margin: 0 !important;
}

/* Open dropdown nav on focus */
.menu-row .nav li:focus-within>ul {
    opacity: 1;
    visibility: visible;
}

/*
 *  DESKTOP
 *  Gutter between columns: 3%
 *  Top / Bottom Padding: 100px
 *
 *  TABLET
 *  Edge Gutters: 50px
 *  Top / Bottom Padding: 70px
 *
 *  MOBILE
 *  Edge Gutters: 30px
 *  Top / Bottom Padding: 50px
 */

.et_pb_section.et_pb_section {
    padding: 40px 0px;
}

.et_pb_row,
.et_section_specialty > .et_pb_row {
    width: 100%;
    padding: 0 16px;
}

.et_pb_column {
    padding-bottom: 0px;
}

/* Full Width Header Reset */
.et_pb_fullwidth_header {
    padding: 0;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 100%;
    padding: 0 30px;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    margin: 0;
    padding: 0;
}

.et_pb_column .et_pb_module {
    margin-bottom: 20px;
}


/* Media Queries */
@media (max-width: 479) {
	.et_pb_gutters3 .et_pb_column {
		margin: 0 0 30px !important;
	}
}
@media (max-width: 768px) {
	.et_pb_row.nav-row {
		padding-right: 16px;
	}
	.et_pb_row.row-reverse,
	.et_section_specialty.row-reverse .et_pb_row {
		display: flex;
		flex-direction: column-reverse;
	}
	.et_pb_row,
	.et_section_specialty > .et_pb_row {
		padding: 0px;
		margin-bottom: 80px;
	}
	.et_pb_row:last-child,
	.et_section_specialty > .et_pb_row:last-child {
		margin-bottom: 0px;
	}
}
@media (min-width: 768px) {
    .et_pb_row,
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container,
    .et_section_specialty > .et_pb_row {
        padding: 0 50px;
    }
}

@media (min-width: 981px) {
    .et_pb_section.et_pb_section {
        padding: 0px;
    }

    .et_pb_column {
        padding-bottom: 0;
/* 		margin-bottom: 20px; */
    }

    .et_pb_column, .et_pb_row .et_pb_column {
        margin-right: 3%;
    }

    .et_pb_column_1_2, .et_pb_row .et_pb_column_1_2 {
        width: 48.5%;
    }
    .et_pb_column_1_3, .et_pb_row .et_pb_column_1_3 {
        width: 31.33%;
    }
    .et_pb_column_1_4, .et_pb_row .et_pb_column_1_4 {
        width: 22.75%;
    }
    .et_pb_column_1_5, .et_pb_row .et_pb_column_1_5 {
        width: 17.6%;
    }
    .et_pb_column_1_6, .et_pb_row .et_pb_column_1_6 {
        width: 14.166%;
    }

    .et_pb_row {
        padding-bottom: 50px;
    }
    .et_pb_row:last-child {
        padding-bottom: 0;
    }
}

@media (min-width: 1180px) {
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
        padding: 0;
    }
}

@media only screen and (min-width: 1350px) {
	.mega-section .et_pb_row,
	.mega-section .et_pb_row:last-child {
		padding-bottom: 0;
	}
    .et_pb_row.et_pb_row {
        padding: 0 50px 160px 50px;
    }
    .et_pb_row:last-child {
        padding-bottom: 160px;
    }
}
