/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via Freshy
Author: Freshy
Author URI: https://freshysites.com/
Template: Divi
Version: 4.0.0
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

.white, 
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white li, .white a,
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, li.white, a.white, p.white {
	color: #fff;
}

.black, 
.black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black li, .black a,
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, li.black, a.black, p.black {
	color: #000;
}

.primary, 
.primary h1, .primary h2, .primary  h3, .primary h4, .primary h5, .primary h6, .primary li, .primary a,
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary, li.primary, a.primary, p.primary {
	color: #32a709;
}

.secondary, 
.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary li, .secondary a,
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary, li.secondary, a.secondary, p.secondary {
	color: #daf238;
}

.tertiary, 
.tertiary h1, .tertiary h2, .tertiary h3, .tertiary h4, .tertiary h5, .tertiary h6, .tertiary li, .tertiary a,
h1.tertiary, h2.tertiary, h3.tertiary, h4.tertiary, h5.tertiary, h6.tertiary, li.tertiary, a.tertiary, p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white, a.bg-white {background-color: #fff;}
.bg-black, a.bg-black {background-color: #000;}
.bg-primary, a.bg-primary {background-color: #32a709;}
.bg-secondary, a.bg-secondary {background-color: #daf238;}
.bg-tertiary, a.bg-tertiary {background-color: #e4debe;}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.text-lowercase, 
.text-lowercase h1, .text-lowercase h2, .text-lowercase h3, .text-lowercase h4, .text-lowercase h5, .text-lowercase h6, .text-lowercase li, .text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase, 
.text-uppercase h1, .text-uppercase h2, .text-uppercase h3, .text-uppercase h4, .text-uppercase h5, .text-uppercase h6, .text-uppercase li, .text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize, 
.text-capitalize h1, .text-capitalize h2, .text-capitalize h3, .text-capitalize h4, .text-capitalize h5, .text-capitalize h6, .text-capitalize li, .text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none, 
.text-transform-none h1, .text-transform-none h2, .text-transform-none h3, .text-transform-none h4, .text-transform-none h5, .text-transform-none h6, .text-transform-none li, .text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold, 
.font-weight-bold h1, .font-weight-bold h2, .font-weight-bold h3, .font-weight-bold h4, .font-weight-bold h5, .font-weight-bold h6, .font-weight-bold li, .font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal, 
.font-weight-normal h1, .font-weight-normal h2, .font-weight-normal h3, .font-weight-normal h4, .font-weight-normal h5, .font-weight-normal h6, .font-weight-normal li, .font-weight-normal a {
	font-weight: 400;
}

.font-italic {font-style: italic;}

.text-underline-none, .text-underline-none a {text-decoration: none !important;}

.text-underline, .text-underline a {text-decoration: underline !important;}

.text-nowrap, .text-nowrap a {white-space: nowrap !important;}

.text-wrap-normal, .text-wrap-normal a {white-space: normal !important;}

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	-webkit-transform: none !important;
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,  header .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before  {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
	content: '5';	
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a[href="#0"] { 
	pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children,  header .et_mobile_menu .menu-item-has-children{
	position: relative;	
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle, header .et_mobile_menu .sub-menu-toggle{
	position: absolute;
	background-color: rgba(0,0,0,0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped, header .et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0,0,0,0.1);
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before, header .et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before, header .et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu, header .et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
	display: none !important;
	padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu, header .et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu  {
	display: block !important;
	background-color: rgba(0,0,0,0.02) !important;
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a, header .et_mobile_menu .menu-item-has-children > a{
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
	font-weight: bolder;
}

/* -- END HEADER -- */

/* -- START CUSTOM CSS FOR HOBART COLLEGE -- */
.postid-12408 .et_pb_text_0_tb_body .et_pb_text_inner h2 {
    visibility: hidden;
    width: 100%;
    min-height: 150px;
	position: relative;
}.postid-12408 .et_pb_text_0_tb_body .et_pb_text_inner h2:after {
    content: 'Enrollment Portal';
    color: #004e8d;
    font-size: 40px;
    visibility: visible;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.postid-12408 .et_pb_text_1_tb_body .et_pb_text_inner {
    visibility: hidden;
    width: 100%;
	position: relative;
}.postid-12408 .et_pb_text_1_tb_body .et_pb_text_inner:after {
    content: 'For students to enroll in coverage, please have your necessary items ready to complete the form in our online portal. Follow the prompts to enter your personal information and select a coverage plan. Once you have enrolled, you will receive a confirmation email with details about your coverage status.';
    font-family: Arial;
    font-size: 16px;
    width: 100%;
    visibility: visible;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}.postid-5490 .student_health h2 {
    visibility: hidden;
    width: 100%;
    position: relative;
}.postid-5490 .student_health h2:after {
    content: 'Wellfleet Student Health 2024-2025';
    visibility: visible;
    position: static;
    display: block;
}.postid-5490 .international_health h2 {
    visibility: hidden;
    width: 100%;
    position: relative;
}.postid-5490 .international_health h2:after {
    content: 'Anthem Student Health 2025-2026';
    visibility: visible;
    position: static;
    display: block;
}.postid-5490 .international_health .section-desc {
    visibility: hidden;
    width: 100%;
    position: relative;
}.postid-5490 .international_health .section-desc:after {
    content: 'Student Health Insurance Coverage';
    visibility: visible;
    position: static;
    display: block;
}.postid-418 .et_pb_with_background{display: none !important;}
/* -- END CUSTOM CSS FOR HOBART COLLEGE -- */
/* -- FOOTER -- */

/* - Bottom Bar - */

/* if the bottom bar has equal column height setting, then make it always be flex, and stack the columns initially (for mobile use)
 * and make the columns vertical aligned to be vertically centered too */
#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns {
	display: flex;
	align-items: center;
}

/* copyright wrapper */
#freshy_copyright {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	font-size: 13px;
	line-height: 1.25em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	background: rgba(255,255,255,0.25);
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

/* add an FS logo via background */
#freshy_copyright a.copyright_fs {
	display: block;
	width: 68px;
	height: 20px;
	background-image: url("/wp-content/uploads/2023/03/Freshy_Logo.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 4px 0 0 0;
	flex-shrink: 0;
	transition: all 0.4s ease-in-out;
}
/* FS logo link hover */
#freshy_copyright a.copyright_fs:hover {
	opacity: 0.8;
}

/* remove the bottom margin that Divi adds to the social media follow icons */
#fs-footer-bottom-bar .et_pb_social_media_follow li {
	margin-bottom: 0;
}

@media (min-width: 600px) {
	/* make the copyright elements be side by side at wider screens */
	#freshy_copyright {
		flex-direction: row;
	}
	/* change horizontal pipe divider to vertical on wider screens */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
	}
}

@media (max-width: 980px) {
	/* make sure the row has columns going side by side instead of stacked */
	#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns {
		flex-direction: column;
	}
	/* when stacked, adjust the gap between stacked columns */
	#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns > .et_pb_column {
		margin-bottom: 1rem;
	}
	/* swap the order of columns when stacked, to the first column is the last one 
	 * and give no bottom margin to the first column, since we re-ordered it to the bottom */
	#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns > .et_pb_column:first-child {
		order: 1;
		margin-bottom: 0;
	}
	/* center the copyright stuff when columns are stacked */
	#freshy_copyright {
		justify-content: center;
	}
	/* remove left margin on first social icon in regular Divi footer (when not using Theme Builder) when stacked */
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {
	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {
	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}
	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {
	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd){
		clear: both;	
	}
	.checklist-columns-2-alt > ul,
	.checklist-columns-3-alt > ul,
	.checklist-columns-4-alt > ul {
		column-count: 2;
		column-gap: 20px;
	}
	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}
@media (min-width: 981px) {
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;	
	}
	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		column-count: 3;
	}
}
@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;	
	}
	.checklist-columns-4-alt ul {
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: 'ETModules';
	content: '\4e';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #76b243;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}
.pluslist ul li::before {
	content: '\e050';
}
.externallist ul li::before {
	content: '\e906';	
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
	background-position: center center;	
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}
p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */


/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
	width: 80%;
	margin: 10% auto;
	max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
	border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
	display: none;
}

/* -- END PASSWORD PROTECTED -- */


/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
	transform: scale(-1,-1);
}

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 2rem;
	background: rgba(90, 90, 90, 0.1);
	text-align: center;
}

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}
.fullwidth-section.et_pb_section > .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;	
}
.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
	padding: 50px 10%;
}
@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
		padding: 80px 6%;
	}
}
/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}
@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}	
}
/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

@media (max-width: 980px) {
	/* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
	.stacked-flex {
		display: flex;
		flex-wrap: wrap; 
	}
	/* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
	.stacked-order-negative-4 {
		order: -4;
	}
	.stacked-order-negative-3 {
		order: -3;
	}
	.stacked-order-negative-2 {
		order: -2;
	}
	.stacked-order-negative-1 {
		order: -1;
	}
	.stacked-order-1 {
		order: 1;
	}
	.stacked-order-2 {
		order: 2;
	}
	.stacked-order-3 {
		order: 3;
	}
	.stacked-order-4 {
		order: 4;
	}
	/* adds margin to former "last" column that otherwise wouldn't have it */
	.stacked-flex:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

/* -- END HELPERS -- */

/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li  {
	margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
	display: table;
	font-size: 0.85em;
}

/* -- END BLOG -- */

/*-- MEGA MENU --*/

@media only screen and (min-width: 981px){
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:after {
    	content: "";
    	height: 6px;
    	width: 100%;
    	border-radius: 4px;
    	background: #76B243;
    	display: block !important;
    	position: absolute;
    	bottom: 0;
    	left: 0;
    	right: 0;
	}
	.mega-menu-column{
		padding:15px 30px !important;
	}
	.mega-menu-columns .mega-sub-menu{
		display: grid !important;
  		overflow: hidden;
  		grid-template-columns: repeat(2, 1fr);
  		grid-auto-rows: 1fr;
  		grid-column-gap: 10px;
  		grid-row-gap: 10px;
		grid-auto-rows: auto;
	}
	.mega-menu-columns.business .mega-sub-menu, .mega-menu-columns-business .parent-link .mega-sub-menu{
		display: grid !important;
  		overflow: hidden;
  		grid-template-columns: repeat(3, 1fr);
  		grid-auto-rows: 1fr;
  		grid-column-gap: 10px;
  		grid-row-gap: 10px;
		grid-auto-rows: auto;
	}
	.mega-menu-columns .mega-menu-item-type-widget.widget_block, .mega-menu-columns .mega-menu-item-type-widget.widget_text{
		grid-column: span 2;
	}
	
	.mega-menu-columns.business .mega-menu-item-type-widget.widget_block, .mega-menu-columns.business .mega-menu-item-type-widget.widget_text{
		grid-column: span 3;
	}
	
	.parent-link.mega-menu-item-type-widget .mega-sub-menu, .mega-menu-columns-list .textwidget{
		columns: 2;
  		-webkit-columns: 2;
  		-moz-columns: 2;
	}
	.mega-menu-columns li.mega-menu-item-object-page, .mega-menu-columns .mega-menu-item-object-custom{
		width:100% !important;
		display:flex !important;
		justify-content: center;
		padding-bottom:15px !important;
	}
	.mega-menu-columns.business li.mega-menu-item-object-page, .mega-menu-columns.business .mega-menu-item-object-custom{
		width:90% !important;
		display:flex;
		justify-content: center;
		padding-bottom:15px !important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
		display:none;
	}
	
	.mega-sub-menu li.parent-link .mega-sub-menu a.mega-menu-link{
		padding-top:20px !important;
	}
	.mega-menu-columns a.mega-menu-link, .mega-menu-columns-business .mega-sub-menu li:not(.parent-link) a.mega-menu-link{
		text-align:center !important;
		font-weight:600 !important;
	}

	.mega-block-title{
		padding-bottom:20px !important;
	}
	.mega-menu-column.mega-principal-cta-col li.mega-menu-item h4.mega-block-title{
		text-align:left !important;
	}
	.mega-menu-column.mega-principal-cta-col{
		padding-left:5% !important;
		background:#F1F1F1!important;
		justify-content: flex-start;
    	padding-top: 60px !important;
		padding-bottom:70px !important;
	}
	.mega-menu-column.mega-principal-cta-col li.mega-menu-item-object-page, .mega-menu-column.mega-principal-cta-col .mega-menu-item-object-custom {
    	justify-content: flex-start;
    }
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column:not(.mega-principal-cta-col) {
    	margin-top: 40px;
    	margin-bottom: 40px;
	}
	.mega-menu-column.last{
		border-left:1px solid #b5b3b3 !important;
		padding-right:5% !important;
	}
	.mega-menu-column.mega-menu-columns-list> ul.mega-sub-menu{
		width:90% !important;
		margin:auto !important;
	}
	.mega-menu-column.mega-menu-columns-list ul.mega-sub-menu ul.mega-sub-menu{
		visibility: inherit !important;
    	opacity: 1 !important;
    	display: block !important;
	}
	.mega-menu-column.mega-menu-columns-business{
		padding-top:0 !important;
	}
body #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, body #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
		font-weight:700 !important;
		
	}
	.mega-menu-column.search .mega-menu-item-type-widget .textwidget{
		text-align:center !important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
	font-weight:600 !important;
}
}

.menu-button{
	margin-top:25px !important;
}
.menu-button a.et_pb_button{
	font-size:18px !important;
}
body .menu-button a.et_pb_button{
	background-color: #76b243;
    border-color: #76b243;
    border-radius: 30px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}
body .menu-button a.et_pb_button:hover {
    color: #ffffff!important;
    background-color: #01949f;
    border-color: #01949f!important;
    border-radius: 4px;
}
body .menu-button a.arrow-button.et_pb_button{
	color: #1F628D!important;
	background:transparent;
	border:0 !important;
	padding-left:0 !important;
	padding-right:0 !important;
}
body .menu-button a.arrow-button.et_pb_button:hover{
	color: #76b243!important;
	padding-left:0 !important;
	padding-right:0 !important;
}
body .menu-button a.arrow-button.et_pb_button:after{
    height: 20px !important;
	background-size:contain !important;
}
body .menu-button a.arrow-button.et_pb_button:after, body .menu-button a.arrow-button.et_pb_button:hover:after{
	margin-left:0.3em !important;
}

.mega-image-menu-column .widget_media_image, .mega-image-menu-column .widget_text{
	text-align:center !important;
}
.mega-image-menu-column .widget_media_image img{
	max-width:120px !important;
	margin:0 auto !important;
}
.mega-image-menu-column .mega-menu-item{
	padding-top:0 !important;
}
.mega-menu-column.mega-menu-columns-list .mega-block-title, .mega-menu-column.mega-menu-columns.business .mega-block-title{
	text-align:left !important;
	font-size:22px !important;
}
.mega-image-menu-column.mp-vertical-align { 
    display: flex !important; 
    flex-direction: column; 
    justify-content:center;
}
.mega-image-menu-column .widget_media_image.mega-menu-item:hover + .mega-menu-item-type-widget a.link-mega-menu-title, .mega-image-menu-column .widget_text:hover a.link-mega-menu-title {
    color: #76b243 !important;
}
/*font weight menu*/
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{
	font-weight:600 !important;
}
/*mega menu featured*/
body .mega-menu-item .menu-featured .dp-dfg-header.entry-header .entry-title{
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
	color:#000 !important;
	font-weight:600 !important;
}
body .mega-menu-column.featured .menu-featured .dp-dfg-image.entry-thumb img {
    max-width: 240px !important;
    margin: auto auto 20px auto !important;
}
@media only screen and (max-width:1581px) and (min-width:981px){
	.menu-row.et_pb_row .et_pb_column:first-child{
	    width: 274px !important;
		margin-right: 2% !important;
	}
	.menu-row.et_pb_row .et_pb_column:last-child{
		width: 81.25%;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
		font-size:16px !important;
	}
	body .menu-row.et_pb_row .mega-menu-column.mega-principal-cta-col{
		padding-left:20px !important;
	}
	body .menu-row.et_pb_row .mega-menu-column.last{
		padding-right:20px !important;
	}
	.mega-menu-column.mega-menu-columns-list {
    	padding: 0 24px !important;
	}
	
}
@media only screen and (max-width:1650px) and (min-width:1191px){
	body #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item {
		margin: 0 24px 0 0 !important;
	}
}
@media only screen and (max-width:1260px) and (min-width:981px){
	body .menu-section .menu-row.et_pb_row .et_pb_column:first-child {
    	width: 184px !important;
		margin-right: 2% !important;
	}
}
@media only screen and (max-width:1190px) and (min-width:981px){
	body .menu-section .menu-row.et_pb_row .et_pb_column:first-child{
	    width:160px !important;
	}
	body .menu-section .menu-row.et_pb_row .et_pb_column:last-child{
		width: 82.25%;
	}
	body .menu-section .menu-row #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item {
		margin: 0 5px 0 0 !important;
	}
	body .menu-section .menu-row #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:last-child{
		margin:0 !important;
	}
	body .menu-section .menu-row .mega-menu-columns.business .mega-sub-menu, .mega-menu-columns-business .parent-link .mega-sub-menu{
  		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 5px;
		grid-row-gap: 5px;
	}
	body .menu-section .menu-row .custom-menu .mega-menu-columns.principal-cta-col .mega-sub-menu{
  		display:block !important;
	}
	body .menu-section .menu-row .mega-menu-columns.principal-cta-col .mega-sub-menu li.mega-menu-item-object-page, body .menu-section .menu-row .mega-menu-columns.principal-cta-col .mega-sub-menu li.mega-menu-item-object-custom{
  		justify-content:left;
	}
	body .menu-section .menu-row.et_pb_row .menu-button a.et_pb_button{
		font-size:14px !important;
	}
	body .menu-section .menu-row.et_pb_row .menu-button a.arrow-button.menu.et_pb_button:after{
    	height: 18px !important;
		background-size:contain !important;
	}
}
@media only screen and (max-width:1005px) and (min-width:981px){
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
		font-size:14px !important;
	}
		body .menu-section .menu-row.et_pb_row .et_pb_column:first-child{
	    width:160px !important;
	}
}
@media only screen and (max-width:999px) and (min-width:981px){
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
		font-size:16px !important;
		padding: 0px 5px 0px 5px;
	}
}
@media only screen and (max-width:981px) and (min-width:980px){
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
		font-size:16px !important;
		padding: 0px 5px 0px 5px;
	}
}
@media only screen and (max-width:980px){
	.mega-menu-column.mega-principal-cta-col, .mega-menu-column.image-menu-column, .mega-menu-column.search{
		display:none !important;
	}
	.menu-row.et_pb_row .et_pb_column:first-child {
    	flex: 8;
	}
	.menu-row.et_pb_row {
    	display: flex;
    	flex-direction: row;
    	align-items: stretch;
    	flex-wrap: wrap;
    	flex-basis: 0;
	}
	.menu-row.et_pb_row .et_pb_column:last-child {
    	flex: 1;
	}
	 .menu-row.et_pb_row .et_pb_column {
    	margin-bottom: 0;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    	background: #e9e9e94d;
	}
	body .menu-section .menu-row.et_pb_row .menu-button a.et_pb_button{
		font-size:14px !important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
    	display: block;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
		font-weight:500 !important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link, body .menu-section .menu-row .custom-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-menu-item-has-children.mega-collapse-children > a.mega-menu-link{
		font-weight:600 !important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {
    	padding: 10px 20px;
    }
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    	padding: 10px 20px 25px;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item{
		padding: 15px 0px 0px 0px !important;
	}
}
/*-- TABS TOP MENU --*/

.top-menu-custom.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 0;
}
.top-menu-custom.et_pb_menu .et-menu>li {
	padding: 20px 10px 20px 40px;
}
.top-menu-custom .et_pb_menu__menu>nav>ul {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.top-menu-custom.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 0;
}
.tab-menu::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-bottom: none;
    border-radius: 0;
    background: #035a9f;
    transform: scale(1.4, 1.7) perspective(0.8em) rotateX(5deg);
	transform-origin: bottom left;
	width: 95%;
  }
.tab-menu{
   position: relative;
    width: auto;
    display: inline-block;
    padding: 0.7em 2em 0.5em;
    color: #fff;
    text-decoration: none;
    margin: 0 -0.3em;
}
.tab-menu.primary{
	z-index: 2;
}
.tab-menu.primary:before{
	border-right: 0.2em solid rgba(255,255,255,0.6);
}
.tab-menu:not(.current_page_item) a{
	opacity:0.5;
}
.tab-menu.current_page_item::before {
    background-color: #01355e;
}
.tab-menu:hover a{
	opacity:1;
}
/* --- COLLEGE PAGES BREADCRUMBS --- */
body.single-college .tab-menu.secondary::before,
body.page-id-15418 .tab-menu.secondary::before,
body.page-id-15522 .tab-menu.secondary::before {
	background-color: #01355e;
}

body.single-college .tab-menu.secondary a,
body.page-id-15418 .tab-menu.secondary a,
body.page-id-15522 .tab-menu.secondary a {
	opacity: 1;
}

.tab-menu.secondary{
	padding-left: 85px !important;
	margin-left: -20px !important;
}

@media only screen and (max-width:1090px) and (min-width:981px){
	body .et_pb_row.header-top-bar.et_pb_row_0_tb_header{
		width:98% !important;
	}
	.header-top-bar .inline-items {
    	justify-content: flex-end !important;
	}
	.top-menu-custom.et_pb_menu .et-menu>li {
    	padding: 20px 0px 20px 25px;
	}
	.tab-menu.secondary {
		padding-left: 67px !important;
	}
}
/* -- CUSTOM --*/
#page-container{
	overflow:hidden;
}
.mp-vertical-align { 
    display: flex !important; 
    flex-direction: column; 
    justify-content: center;
}
.mp-vertical-align-bottom { 
    display: flex; 
    flex-direction: column; 
    justify-content: flex-end;
}
.inline-items{
	display:flex;
	flex-direction:row;
    align-items: center;
    justify-content: space-evenly;
}
.custom-footer .inline-items{
	justify-content:center;
	width:80%;
	margin:auto;
}
/*mobile font*/
@media only screen and (max-width:334px){
	h1{
    	font-size: 30px !important;
	}
}
/*Rows space responsive*/
@media only screen and (max-width:1240px) and (min-width:981px){
	body .et_pb_row:not(.footer-row) {
		width: 95% !important;
	}
	
	body .et_pb_row#logo-slider {
		width: 80% !important;
	}
}
@media only screen and (max-width:1210px) and (min-width:981px){
	.page-header-row{
		width:95% !important;
	}
	.page-header-row:not(.fullwidth) .et_pb_column:first-child{
		width:58.5% !important;
	}
	.page-header-row:not(.fullwidth)  .et_pb_column:last-child{
		width:38.5% !important;
	}
}
@media only screen and (max-width:980px) and (min-width:579px){
	.page-header-row:not(.fullwidth)  .et_pb_column:last-child{
		padding-top:30px;
		flex-direction:row;
		justify-content:space-evenly;
	}
}
@media only screen and (max-width:481px){
	.inline-items.buttons{
		flex-direction:column;
   }
}
@media only screen and (max-width:578px){
	.page-header-row:not(.fullwidth) .et_pb_column:last-child{
		padding-top:30px;
	}
	.page-header-row .et_pb_column .et_pb_module{
		margin-bottom:10px !important;
	}
}
@media only screen and (max-width:980px) and (min-width:481px){
	.header-top-bar .et_pb_column:first-child{
		    margin-bottom: 0;
	}
}
/* FONT*/
@media only screen and (max-width:1360px) and (min-width:981px){
	h1{
		font-size:70px !important;
	}
	.et_pb_column_1_2 h2{
		font-size:50px !important;
	}
}

/* signature client in mega menu */
a.link-mega-menu-title {
	color: #000;
    font-family: inherit;
    font-size: 28px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    vertical-align: top;
    display: block;
    visibility: inherit;
    border: 0;
}

a.link-mega-menu-title:hover {
	color: #76b243;
}


/* HIDE SUBMENU ARROW*/
.et-menu .menu-item-has-children>a:first-child:after{
	display:none;
}
.et-menu .menu-item-has-children>a:first-child {
    padding-right: 0;
}
/* HIDE ITEMS ON DESKTOP*/
@media only screen and (min-width:981px){
	body .custom-menu li.hide-desktop-menu, body .custom-menu li.mega-hide-desktop-menu{
		display:none !important;
	}
}
/*-- scroll up --*/
.et_pb_scroll_top.et-pb-icon {
	background: #FDB032;
	bottom: 20px;
	right: 10px;
	border-radius:50%;
	font-size: 30px;
	padding: 10px;
	color:#fff;
	border:2px solid #fff;
}
@media only screen and (max-width:760px){
	.et_pb_scroll_top.et-pb-icon {
		font-size:20px;
		font-weight:bold;
		bottom: 55px;
		right: 5px;
	}
}

/*-- stack--*/
@media all and (max-width: 980px) {
	/*** wrap row in a flex box ***/
	.custom_row {
  		display: -webkit-box;
  		display: -moz-box;
  		display: -ms-flexbox;
  		display: -webkit-flex;
  		display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}
 
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}
 
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}
 
	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}
	.fourth-on-mobile {
		-webkit-order: 3;
		order: 4;
	}
	/*** add margin to last column ***/
	.custom_row .et_pb_column:last-child{
		margin-bottom: 30px !important;
	}
}

/* -- DIVI Blurbs -- */
/* left-aligned centered */
.center-blurb .et_pb_blurb_content {
	display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.center-blurb .et_pb_blurb_content .et_pb_main_blurb_image {
	margin-bottom: 0;
}
/* reduce spacing between icon and text */
.blurb-spacing .et_pb_blurb_container {
	padding-left: 0;
}
/*-- BUTTONS --*/
.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button, .et_button_no_icon .et_pb_button{
	overflow:hidden;
	min-width: 240px;
    text-align: center;
    line-height: 1.3em !important;
    padding: 0.75em 1em!important;
	font-weight:700;
}
.et_pb_button:hover, .et_pb_button_module_wrapper .et_pb_button:hover, .et_pb_button.et_pb_promo_button:hover, .et_button_no_icon .et_pb_button:hover{
	padding: 0.75em 1em!important;
}

@media only screen and (max-width:980px){
	.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button, .et_button_no_icon .et_pb_button{
		font-size:16px !important;
	}
}
@media only screen and (max-width:460px){
	.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button, .et_button_no_icon .et_pb_button{
		font-size:14px !important;
		min-width:auto !important;
	}
}
.button-border{
	border-color:#2C799C !important;
}

/*-- ICON BUTTON --*/
.arrow-button.et_pb_button, body .arrow-button a.et_pb_promo_button, .dp-dfg-more-button, body .menu-button a.arrow-button.et_pb_button{
	min-width:auto !important;	
	background:transparent !important;
	border:0 !important;
}
.arrow-button.et_pb_button[data-icon]:not([data-icon=""]):after, body .arrow-button a.et_pb_promo_button:after, .dp-dfg-more-button:after, body .menu-button a.arrow-button.et_pb_button:after {
	content: "" !important;
	background:url(/wp-content/uploads/2023/03/Icon-awesome-chevron-circle-right.svg);
	background-size: 20px 23px;
	background-repeat:no-repeat;
	background-position:center;
	display:inherit;
	visibility:inherit;
	width:20px;
	height: 25px;
    position: relative !important;
	opacity:1 !important;
	margin-right: 0.3em;
	-webkit-transition: all 50ms ease 0ms;
    transition: all 50ms ease 0ms;
}
.arrow-button.et_pb_button:hover:after, body .arrow-button a.et_pb_promo_button:hover:after, body .dp-dfg-more-button.et_pb_button:hover:after, .dp-dfg-more-button:hover:after, body .menu-button a.arrow-button.et_pb_button:hover:after{
	background-size: 18px 23px !important;
	-webkit-transition: all 50ms ease 0ms;
    transition: all 50ms ease 0ms;
}
.arrow-button.et_pb_button, body .arrow-button a.et_pb_promo_button, a.et_pb_button.dp-dfg-more-button, body .menu-button a.arrow-button.et_pb_button{
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_center .arrow-button.et_pb_button, .arrow-button.et_pb_promo.et_pb_text_align_center .et_pb_button_wrapper .et_pb_promo_button, .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_center .arrow-button.et_pb_button, .et_pb_button_module_wrapper.et_pb_button_alignment_phone_center .arrow-button.et_pb_button{
	justify-content:center;
}
body .arrow-button a.et_pb_promo_button{
	background:transparent !important;
	border:none !important;
}
body .dp-dfg-more-button.et_pb_button, body .dp-dfg-more-button.et_pb_button:hover{
	padding-left:0 !important;
	background:transparent !important;
	border:0 !important;
}
body .page-header .page-header-row .big-buttons{
	border-top-left-radius:18px !important;
	border-bottom-left-radius:18px !important;
}
@media only screen and (max-width:980px){
	body .page-header-row .big-buttons, body .page-header-row .big-buttons:hover{
		padding-top: 1.5em!important;
   	 	padding-right: 1.5em!important;
    	padding-bottom: 1.5em!important;
    	padding-left: 1.5em!important;
		font-size: 14px !important;
	}
}
/*form*/
.gform_wrapper.gravity-theme .gfield_label {
	font-weight: normal;
}
body .gform_wrapper #field_submit input, body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_page_footer input.button, body div.form_saved_message div.form_saved_message_emailform form input[type=submit]{
	border-radius:34px !important;
    padding: 0.43em 3em!important;
}
/*-- FOOTER --*/
.copy{
	font-size:15px !important;
}
.footer-social li a.icon {
	text-align: left;
}
.footer-custom-widget a:hover{
	color:#76B243 !important;
}

/*-- SINGLE CTPs --*/
.single-college .et_post_meta_wrapper, .single-specialist .et_post_meta_wrapper, .single-testimonials .et_post_meta_wrapper, .single-college_doc_pack .et_post_meta_wrapper{
	display:none;
}
.single .et_pb_post {
    margin-bottom: 0;
}
body:not(.et-tb).single-college .container, body:not(.et-tb).single-specialist .container, body:not(.et-tb).single-testimonials .container, body:not(.et-tb).single-college_doc_pack .container{
	width:100%;
	max-width:100%;
	padding-top:0 !important;
}
.single-college #left-area, .single-specialist #left-area, .single-testimonials #left-area, .single-college_doc_pack #left-area{
	padding-bottom:0 !important;
}
.single-college #sidebar, .single-specialist #sidebar, .single-testimonials #sidebar, .single-college_doc_pack #sidebar {
    display: none;
}
.single-college.et_right_sidebar #left-area, .single-specialist.et_right_sidebar #left-area, .single-testimonials.et_right_sidebar #left-area, .single-college_doc_pack.et_right_sidebar #left-area {
    float: none;
    padding-right: 0;
}

.single-college #left-area, .single-specialist #left-area, .single-testimonials #left-area, .single-college_doc_pack #left-area {
    width: 100%;
    padding-bottom: 0;
}

/*--- BLUE DECOR ---*/

.corners:before, 
.corners-header .header-content:before, 
.corners-header .et_pb_slide_description .decor-wrapper:before,
.corners-slider #n2-ss-2::before,
.corners-slider #n2-ss-5::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:104px;
	width:104px;
	display:block;
	background:url(/wp-content/uploads/2023/03/top-left-decor.svg);
	background-size:contain;
	background-position:center top;
	background-repeat:no-repeat;
}
.corners:after, 
.corners-header .header-content:after, 
.corners-header .et_pb_slide_description .decor-wrapper:after,
.corners-slider #n2-ss-2::after,
.corners-slider #n2-ss-5::after {
	content:"";
	height:104px;
	width:104px;
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	background:url(/wp-content/uploads/2023/03/bottom-right-decor.svg);
	background-size:contain;
	background-position:center top;
	background-repeat:no-repeat;
}
.corners.white:before, .corners.white .header-content:before, .corners.white .et_pb_slide_description .decor-wrapper:before, .corners.white:after, .corners.white .header-content:after, .corners.white .et_pb_slide_description .decor-wrapper:after{
    filter: brightness(0) invert(1);
}
@media only screen and (max-width:481px){
	.corners{
		padding:30px !important;
	}
}
/*--- HOME HEADER SLIDER ---*/

.home-header .et_pb_slide_description{
	margin-left:0 !important;
	padding-left:0 !important;
	padding-right:0 !important;
}	
.home-header .et_pb_button.et_pb_more_button{
	font-size:18px !important;
}
.home-header .et_pb_slide_description .decor-wrapper{
	padding:40px 60px;
	position:relative;
	max-width:803px;
}
.home-header .et_pb_slide_description .et_pb_button_wrapper{
	margin-left:60px;
}
.et-pb-controllers {
	bottom: 159px;
}
.et-pb-controllers a {
    border-radius: 11px;
    width: 11px;
	height: 11px;
	opacity:1;
}
.et-pb-controllers .et-pb-active-control{
	background-color:#0088CE !important;
}
@media only screen and (max-width:980px){
	.et-pb-controllers {
		bottom: 95px;
	}
}
@media only screen and (max-width:767px){
	.et-pb-controllers {
		bottom: 65px;
	}
}
.et_pb_slider .et-pb-arrow-prev {
    left: 22px;
    opacity: 1;
}
.et_pb_slider .et-pb-arrow-next {
    right: 22px;
    opacity: 1;
}

/*-- HEADER COLLEGES --*/
@media only screen and (min-width:981px){
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
    	-ms-flex-flow: row-reverse;
    	flex-flow: row-reverse;
	}
	.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content {
		margin-left: 6%;
		margin-right:0 !important;
		position: relative;
	}
	.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container{
		width:55%;
	}
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container{
		width:45%;
	}
}
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content {
	position: relative;
	padding:20px;
}
.ctp-header.et_pb_fullwidth_header .header-image {
    max-width: 370px;
	width:100%;
}
/* --- ROW LINK --*/
@media only screen and (max-width:1197px) and (min-width:981px){
	.link-row h2{
		font-size:40px !important;
	}
}
/*-- CTA --*/
@media only screen and (min-width:481px){
	.cta-row .cta-image-col{
		margin-right:0.5% !important;
	}
	.cta-row .et_pb_column:not(.cta-image-col){
		width:24%;
	}
}

@media only screen and (max-width:980px) and (min-width:481px){
	.cta-row .cta-image-col{
		width:24% !important;
	}
	.cta-row .et_pb_column:not(.cta-image-col){
		width:74% !important;
	}
}
.custom-cta .eyebrow{
	display:block;
	font-size:24px;
	line-height:1.2em;
	font-weight:600;
	color:#505153;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
@media only screen and (max-width:1500px) and (min-width:981px){
	.cta-row .custom-cta .et_pb_promo_description .et_pb_module_header{
		font-size:4vw !important;
	}
	.cta-row .custom-cta .et_pb_promo_button.et_pb_button {
    	font-size: 20px !important;	
	}
}
/* -- CUSTOM FEATURED --*/
span.term-separator {
    padding-left: 5px;
}
.custom-featured .dp-dfg-layout-list .dp-dfg-item>* {
    align-self: center;
}

.custom-featured .dp-dfg-meta.entry-meta{
	grid-row:2;
	margin-top:35px;
}
.custom-featured .dp-dfg-header.entry-header{
	grid-row:3;
}
.custom-featured .dp-dfg-content.entry-summary{
	grid-row:4;
}
.custom-featured .et_pb_button_wrapper.read-more-wrapper{
   grid-row:5;
	margin-bottom: 15px;
}
.custom-featured .dp-dfg-content.entry-summary h1, .dp-dfg-content.entry-summary h2, .dp-dfg-content.entry-summary h3, .dp-dfg-content.entry-summary h4{
	font-size:22px !important;
}
@media only screen and (min-width:768px){
	.custom-featured .dp-dfg-layout-list .dp-dfg-item {
    	padding: 0 5em 0 2em;
	}
	.custom-featured .dp-dfg-layout-list .dp-dfg-image, .dp-dfg-layout-list .dp-dfg-overlay {
    	height: 100%;
    	width: 100%;
	}
	.custom-featured .dp-dfg-skin-default .dp-dfg-image img {
    	object-fit: cover;
    	height: 100%;
	}
}
@media only screen and (max-width:1260px) and (min-width:981px){
	body .custom-featured .entry-title, body .custom-featured  .entry-title a {
		font-size: 50px!important;
	}
}
@media only screen and (max-width:1100px) and (min-width:981px){
	body .custom-featured .dp-dfg-layout-list .dp-dfg-item {
		column-gap: 2em;
	}
}
@media only screen and (max-width:980px) and (min-width:768px){
	.custom-featured .dp-dfg-item {
    	column-gap: 2.5em !important;
    	grid-template-columns: minmax(32%,33%) 1fr !important;
    	-ms-grid-columns: minmax(32%,33%) 1fr !important;
    	padding: 1em 2em;
	}
	.custom-featured .dp-dfg-item .dp-dfg-image{
    	margin: -1em 0 -1em -2em;
	}
}
@media screen and (max-width: 767px){
	.custom-featured .dp-dfg-items {
    	display: block;
	}
	.custom-featured  .dp-dfg-image, .custom-featured  .dp-dfg-overlay {
    	grid-column: 1;
    	grid-row: 1;
	}
	.custom-featured .dp-dfg-item {
    	column-gap: 0 !important;
    	grid-template-columns: minmax(100%,100%) 1fr !important;
    	-ms-grid-columns: minmax(100%, 100%) 1fr !important;
    	padding: 1em 2em;
	}
	.custom-featured .dp-dfg-item>* {
		grid-column: 1;
	}
}
@media only screen and (max-width:1240px) and (min-width:767px){
	body .custom-featured .dp-dfg-content.entry-summary {
		font-size: 18px!important;
	}
}
/*-- CUSTOM GRID BLOG --*/
/*--align button to bottom--*/
.custom-blog .dp-dfg-item{
	display:flex !important;
	flex-direction:column;
}
.custom-blog .dp-dfg-item > :last-child {
    margin-top: auto;
}
.custom-blog.featured article:first-child .dp-dfg-header.entry-header{
	border-left:20px solid #1F628D;
	padding-left:15px !important;
}
.custom-blog.featured article:last-child .dp-dfg-header.entry-header{
	border-left:20px solid #01949F;
	padding-left:15px !important;
}
.custom-blog.featured article:nth-child(2) .dp-dfg-header.entry-header{
	border-left:20px solid #76B243;
	padding-left:15px !important;
}
.custom-blog.featured .et_pb_button_wrapper.read-more-wrapper{
	padding-left:35px;
}

/*-- HEADER TESTIMONIAL WITH STAR RATING --*/
.custom-testimonial.header .et_pb_testimonial_author:after{
	content:"";
	height:21px;
	width:100%;
	max-width:129px;
	display:block;
	background:url(/wp-content/uploads/2023/03/testimonial-stars.svg);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;	
}

/*-- COUNTERS --*/
.counter-plus .percent-value:after{
	content:"+";
}
@media only screen and (min-width:981px){
	.special-counter-row.et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:first-child{
		width:36.5% !important;
	}
	.special-counter-row.et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:not(:first-child){
		width: 19.1666% !important;
	}
	.special-counter-row.et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:not(:first-child):not(:last-child){
		margin-right:1.5% !important;
	}
}

/*-- BOX HOVER --*/
@media only screen and (min-width:980px){
	.link-row-hover .et_pb_column:not(:last-child) {
    	margin-right: 2% !important;
	}
	.link-row-hover .et_pb_column{
		width:23% !important;
	}
}
.link-row-hover .et_pb_column .link-row-hover-cta .et_pb_promo_description, .link-row-hover .et_pb_column .link-row-hover-cta h3{
	padding-bottom:0;
}
.link-row-hover .et_pb_column .link-row-hover-cta .et_pb_promo_description div, .link-row-hover .et_pb_column .link-row-hover-cta .et_pb_button_wrapper{
	display:none;
	opacity:0;
	transition: all 0.35s ease-out;
}
.link-row-hover .et_pb_column:hover .link-row-hover-cta .et_pb_promo_description div, .link-row-hover .et_pb_column:hover .link-row-hover-cta .et_pb_button_wrapper{
	display:initial;
	opacity:1;
	transition: all 0.35s ease-out;
}
.link-row-hover .et_pb_column:hover .link-row-hover-cta .et_pb_promo_description{
	padding-bottom:20px !important;
}
.link-row-hover .et_pb_column:hover .link-row-hover-cta .et_pb_promo_description h3{
	padding-bottom:10px !important;
}
.link-row-hover .et_pb_column:hover .link-row-hover-icon{
	display:none;
	transition: all 0.35s ease-out;
}

/* centered with three columns instead of four */
.link-row-hover.three-col {
	justify-content: center;
}

/* min-heights - renters-tenant-insurance */
@media (min-width: 1050px) {
	.link-row-hover.height-412 .et_pb_column {
		min-height: 412px;
	}
}

@media (min-width: 981px) and (max-width: 1049px) {
	.link-row-hover.height-412 .et_pb_column {
		min-height: 480px;
	}
}


/*-- INLINE OTHER SERVICES --*/
.inline-items-services .et_pb_column {
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
}
.inline-items-services .service-icon {
	width: 8.61%;
	margin-left:0 !important;
	 margin-right: 2.5%;
	margin-bottom:2.5% !important;
}
.inline-items-services .service-icon:last-child{
	margin-right:0 !important;
}
@media (min-width: 700px) and (max-width:980px){
	.inline-items-services .service-icon {
		width: 17.66%;
		margin-left:0 !important;
		margin-right: 2.5%;
		margin-bottom:2.5% !important;
	}
	.inline-items-services .service-icon:nth-child(3), .inline-items-services .service-icon:nth-child(6){
		margin-right:0 !important;
	}
	
	.inline-items-services .et_pb_blurb.service-icon .et_pb_module_header {
		font-size: 18px;
	}
}

@media (min-width: 525px) and (max-width:699px){
	.inline-items-services .service-icon {
		width: 23.66%;
		margin-left:0 !important;
		margin-right: 2.5%;
		margin-bottom:2.5% !important;
	}
	.inline-items-services .service-icon:nth-child(3), .inline-items-services .service-icon:nth-child(6){
		margin-right:0 !important;
	}
	
	.inline-items-services .et_pb_blurb.service-icon .et_pb_module_header {
		font-size: 18px;
	}
}

@media (max-width:524px){
	.inline-items-services .service-icon {
		width: 52.66%;
		margin-left:0 !important;
		margin-right: 0%;
		margin-bottom:2.5% !important;
	}
	.inline-items-services .service-icon:nth-child(3), .inline-items-services .service-icon:nth-child(6){
		margin-right:0 !important;
	}
	
	.inline-items-services .et_pb_blurb.service-icon .et_pb_module_header {
		font-size: 18px;
	}
}

@media (min-width: 1410px) and (max-width: 1685px) {
	.inline-items-services .et_pb_blurb.service-icon .et_pb_module_header {
		font-size: 20px;
	}
}

@media (min-width: 1170px) and (max-width: 1409px) {
	.inline-items-services .et_pb_blurb.service-icon .et_pb_module_header {
		font-size: 16px;
	}
}

@media (min-width: 981px) and (max-width: 1169px) {
	.inline-items-services .et_pb_blurb.service-icon .et_pb_module_header {
		font-size: 13px;
	}
}

/* ARROW BLURBS */
.arrow-blurb.et_pb_blurb_position_left .et_pb_main_blurb_image{
	padding-top: 5px;
}
.arrow-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 5px;
	
}
@media only screen and (max-width:480px){
	.arrow-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
    	padding-left: 2px;
	}
}

/* -- TOP BAR --- */
.top-bar-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 5px;
}
@media (max-width: 619px) {
	.top-bar-blurb {
		padding-bottom: 5px;
	}
	
	.inline-items.header {
		display: block;
	}
	
	.header-top-bar .et_pb_column {
		margin-bottom: 0;
	}
	
	.top-bar-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
		padding-left: 5px;
	}
}

@media (min-width: 981px) and (max-width: 1340px) {
	.header-top-bar .et_pb_column.col-1 {
		width: 32%;
	}
	
	.header-top-bar .et_pb_column.inline-items.header {
		width: 68%;
	}
}

/* --- RECREATIONAL VEHICLES INSURANCE --- */
@media (min-width: 1260px) and (max-width: 1429px) {
	.six-blurb-row .et_pb_blurb h3.et_pb_module_header {
		font-size: 23px;
	}	
}

@media (min-width: 1100px) and (max-width: 1259px) {
	.six-blurb-row .et_pb_blurb h3.et_pb_module_header {
		font-size: 20px;
	}	
}

@media (min-width: 981px) and (max-width: 1099px) {
	.six-blurb-row .et_pb_blurb h3.et_pb_module_header {
		font-size: 17px;
	}	
}

/* default divi tabs - seen on recreational vehicle */
ul.et_pb_tabs_controls:after {
	border-top: 1px solid #76B243;
}

ul.et_pb_tabs_controls {
	background-color: transparent;
}

.et_pb_tabs_controls li {
	border-right: 0;	
}

.et_pb_tabs .et_pb_tab {
    padding: 42px;
}

@media (min-width: 768px) {
	ul.et_pb_tabs_controls .et_pb_tab_active {
		border-top: 1px solid #76B243;
		border-left: 1px solid #76B243;
		border-right: 1px solid #76B243;
	}	
}

@media (max-width: 767px) {
	ul.et_pb_tabs_controls li.et_pb_tab_active {
		border-top: 1px solid #76B243;
		border-left: 1px solid #76B243;
		border-right: 1px solid #76B243;
	}	
}

/* custom tab */
@media (min-width: 981px) and (max-width: 1045px) {
	.tabs-section .et_pb_row .et_pb_tabs .et_pb_tabs_controls li a {
		font-size: 24px;
	}	
}
@media only screen and (max-width:1438px) and (min-width:981px){
	.large-tabs.et_pb_tabs .et_pb_tabs_controls li a {
		font-size: 24px !important;
	}
	.large-tabs .et_pb_tabs_controls li a {
    	padding: 4px 15px;
	}
}
/* responsive mobile*/
@media(max-width:980px) {    
	.et_pb_tabs_controls li a {
    	padding: 4px 15px;
		margin: auto;
	}
    ul.et_pb_tabs_controls {
        width: 100%;
        margin-bottom: 0;
        margin-right: 0;
    	display:flex;
		flex-direction:row;
		flex-wrap:wrap;
    }
    .et_pb_tabs_controls li {
        border-bottom: none;
		width:33.33%;
		align-items: center;
   		display: flex;
		text-align:center;
    }
	.et_pb_tabs_controls li a {
    	padding: 20px 10px;
		line-height: 1.2em;
	}
    .et_pb_tab {
        padding: 0;
    }
    .et_pb_tab_content {
        display: block;
    }    
}
@media only screen and (max-width:420px){
	.et_pb_tabs_controls li a {
    	padding: 20px 5px;	
		line-height: 1.2em;
    	font-size: 16px;
	}
}
@media only screen and (max-width:460px){
	ul.et_pb_tabs_controls {
		flex-direction:column;
    }
	.et_pb_tabs_controls li {
    	width:100%;
	}
	.et_pb_tabs_controls li a {
		padding: 20px 10px;	
	}
}
/* ROW REVEAL */
.row-reveal{
	-webkit-transition: all 50ms ease 0ms;
    transition: all 50ms ease 0ms;
	left: 0; 
  	right: 0; 
	bottom:0;
  	margin-left: auto; 
  	margin-right: auto; 
	transform:none;
	position:absolute;
	z-index:99;
}
body .row-reveal.revealed{
	position:inherit !important;
	left: 0; 
  	right: 0; 
  	margin-left: auto; 
  	margin-right: auto; 
	min-height:auto;
	-webkit-transition: all 50ms ease 0ms;
    transition: all 50ms ease 0ms;
}
.reveal-section .revealed-items.first{
	opacity:0.4;
}
.reveal-section .revealed-items{
	opacity:0.2;
}
.reveal-section .revealed-items.show{
	opacity:1;
}

/* --- CONTACT 7 FORMS --- */
/* general styling */
form.wpcf7-form input.text, 
form.wpcf7-form input.title, 
form.wpcf7-form input[type=email], 
form.wpcf7-form input[type=password], 
form.wpcf7-form input[type=tel], 
form.wpcf7-form input[type=text], 
form.wpcf7-form select, 
form.wpcf7-form textarea {
	background-color: #eee;
	border: none;
	padding: 15px;
	font-size: 18px;
	width: 100%;
}
.wpcf7-form input[type="radio"]{
	width: auto;
}
form.wpcf7-form label {
	display: block;
}
.wpcf7-form .row{
	padding-bottom: 25px;
}
.wpcf7-form .row label {
	margin-bottom:15px !important;
}

.wpcf7-form hr{
	margin:20px 0 30px;
}
.wpcf7-form strong{
	font-size:24px !important;
}
/* button */
form.wpcf7-form .wpcf7-submit {
	color: #fff;
	min-width: 240px;
    text-align: center;
    line-height: 1.3em !important;
    padding: 0.75em 1em!important;
    font-weight: 700;
	font-size: 18px;
    background-color: #76b243;
	border: 2px solid #76b243;
    border-radius: 30px;
	font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
	transition: all 300ms ease 0ms;
	cursor: pointer;
	margin-top: 20px;
}

form.wpcf7-form .wpcf7-submit:hover,
form.wpcf7-form .wpcf7-submit:focus {
	background-color: #01949f;
	border: 2px solid #01949f;
	border-radius: 4px;
}

/*--College Search --*/
/*.custom-college-search .dp-dfg-items .dp-dfg-item, .custom-college-search .dp-dfg-pagination {
	display: none;
}*/

.custom-college-search .dp-dfg-skin-default .dp-dfg-search-input {
	width: 100%;
}
.dp-dfg-search{
	background:#eeeeee !important;
}
.et-pb-icon.dp-dfg-search-icon{
	color:transparent;
	background:#eeeeee !important;
	margin-right:30px !important;
	width:auto !important;
}
#dfg_hide_initial .search-active:not(.search-clean) + .dp-dfg-search-icon{
	font-weight:700;
	color:#1F628D;
}
.et-pb-icon.dp-dfg-search-icon:before{
	content:"Search";
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color:#1F628D;
	display:inline-block;
	position:relative;
	margin-right:10px;
	background-image:url(/wp-content/uploads/2023/03/Icon-awesome-chevron-circle-right.svg);
	background-size: 26px 23px;
	background-repeat:no-repeat;
	background-position:center right;
	display:inherit;
	visibility:inherit;
    position: relative !important;
	opacity:1 !important;
	margin-right: 0.3em;
	-webkit-transition: all 50ms ease 0ms;
    transition: all 50ms ease 0ms;
	padding-right: 34px;
    height: 23px;
    display: flex;
    align-items: center;
	width:auto !important;
	justify-content: space-between !important;
}
.et-pb-icon.dp-dfg-search-icon:hover:before{
	color:#76B243!important;
	background-size: 29px 19px;
	-webkit-transition: all 50ms ease 0ms;
	transition: all 50ms ease 0ms;
}
.dp-dfg-skin-default .dp-dfg-search-input{
	border-color:#eeeeee !important;
}

/*-- TESTIMONIALS MODULE--*/
@media only screen and (max-width:1075px) and (min-width:981px){
	body .corners .et_pb_testimonial {
    	padding-right: 30px !important;
    	padding-left: 30px!important;
	}
}
/* --- DIVERSITY & INCLUSION PAGE --- */
/* grid of testimonials */
.custom-masonry-grid .dp-dfg-skin-default .dp-dfg-item {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.16);
    padding: 3em;
}

.custom-masonry-grid .dp-dfg-skin-default .dp-dfg-item .dp-dfg-cf-author {
    padding-bottom: 0;
}

/* key initiatives */
@media (min-width: 981px) {
    .centered-two-of-three-col {
        display: flex;
        justify-content: center;
    }

    .centered-two-of-three-col .et_pb_column_empty {
        display: none;
    }    
}

/* Header internals */
.page-header{
	display:flex;
	align-content:center;
	flex-direction:column;
}

/*--- woocommerce --*/
.orderby, .woocommerce div.product form.cart .variations td select {
    padding: 13px 21px;
    width: 100%;
}

.woocommerce .custom-additional-information table.shop_attributes th {
	width: auto;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
}
.woocommerce a.added_to_cart {
	padding-left: 15px;
}
.custom-related-products .et_shop_image{
	display:none;
}
.woocommerce-checkout table.cart .product-thumbnail {
    display:none;
}

#customer_details{
	margin-bottom:40px;
}

/* CHAT BOX*/
#chat-button{
	-webkit-transition: opacity 250ms ease-in-out;
	-moz-transition: opacity 250ms ease-in-out;
	-o-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
}
#chat-button:after{
	content: "";
    position: absolute;
    bottom: 160px;
    left: -24px;
    right: auto;
    width: 25px;
    height: 71px;
    background:url(/wp-content/uploads/2023/03/button-point.png);
	background-repeat:no-repeat;
	background-size:contain;
    margin-top: 0px;
    display: block !important;
    opacity: 1 !important;
    transform: translate(0,0);
    transition: opacity 200ms ease-in,transform 200ms ease-in,visibility 200ms ease-in;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media only screen and (min-width:1300px){
	#chat-button{
		display: inline-flex;
    	justify-content: center;
		align-items:center;
    	background-color: #76B243;
    	color: white;
		font-size:24px;
		font-weight:600;
    	width: 75px;
    	height: 378px;
    	position: fixed;
    	top: 35%;
    	left: 0;
    	z-index: 1000;
    	border-radius: 8px 0px 0px 8px;
		writing-mode: vertical-rl;
    	-webkit-transform: rotate(180deg);
    	-moz-transform: rotate(180deg);
    	-o-transform: rotate(180deg);
    	-ms-transform: rotate(180deg);
    	transform: rotate(180deg);
    	white-space: nowrap;
	}
}
@media only screen and (max-width:1462px){
	#chat-button {
    	font-size: 20px;
		width: 56px
	}
}
@media only screen and (max-width:1299px){
	#chat-button a{
		top:0 !important;
	}
	#chat-button{
		font-size: 18px;
		font-weight:600;
		display: inline-flex;
    	justify-content: center;
		align-items:center;
    	background-color: #76B243;
    	color: white;
    	width: 275px;
    	height: 50px;
    	position: fixed;
    	bottom: 0;
    	left: 0;
    	z-index: 1000;
    	border-radius: 4px 4px 0px 0px;
	}
	
	#chat-button:after {
    	bottom: 20px;
    	left: auto;
    	-webkit-transform: rotate(-90deg);
    	-moz-transform: rotate(-90deg);
    	-o-transform: rotate(-90deg);
    	-ms-transform: rotate(-90deg);
    	transform: rotate(-90deg);
	}
}
@media only screen and (min-width:981px){
	#chat-button{
		opacity:0;
	}
}
/* --- AGENCY LEADERSHIP --- */
.people-section .et_pb_team_member .et_pb_team_member_image {
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.30);
}

/* --- EMPLOYMENT OPPORTUNITIES --- */
body#page-id-15927  #iframeHeightDiv {
	height: auto !important;
}

/* --- LOCATIONS --- */
@media (min-width: 981px) and (max-width: 1115px) {
	.five-locations-section .et_pb_column {
		width: 100%;
		margin-bottom: 30px;
	}	
	
	.five-locations-section .centered-two-of-three-col {
		display: block;
	}
	
	.five-locations-section .et_pb_toggle {
		width: 45%;
	}
}

/* --- GET A QUOTE PAGE --- */
.quote-icons-section .et_pb_main_blurb_image {
	margin-bottom: 0;
}

.quote-icons-section .et_pb_blurb:hover h2.et_pb_module_header {
	color: #76B243;
}

@media (max-width: 980px) {
	.quote-icons-section .et_pb_row {
		display: block;
	}
	
	.quote-icons-section .et_pb_row .et_pb_column {
		width: 100%;
    	margin-right: 0;
	}
}

/* --- TABLEPRESS --- */
.tablepress>:where(thead,tfoot)>*>th {
	background-color: #0088ce;
}

.entry-content thead th, 
.entry-content tr th {
	color: #fff;
}

.tablepress th,
.tablepress td {
  border: 1px solid #cccccc;
}

/* contact 7 submit button */
#submit-btn {
	  overflow: hidden;
    min-width: 240px;
    text-align: center;
    line-height: 1.3em !important;
    padding: 0.75em 1em !important;
    font-weight: 700;
	  font-size: 18px;
    background-color: #76b243;
    border-color: #76b243 !important;
	  border: 2px solid;
    border-radius: 30px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
		transition: all 0.2s ease-in-out;
}

#submit-btn:hover {
	  color: #ffffff !important;
    background-color: #01949f;
    border-color: #01949f !important;
    border-radius: 4px;
}

/* centered 3 of 4 columns - seen on nursery and landscape insurance */
@media (min-width: 981px) {
    .centered-three-of-four-col {
        display: flex;
        justify-content: center;
    }

    .centered-three-of-four-col .et_pb_column_empty {
        display: none;
    }    
}

/* nursery and landscape insurance */
@media (max-width: 980px) {
	.lists-on-mobile .et_pb_column {
		margin-bottom: 0 !important;
	}
}

/* popup maker - to try and prevent the page from jumping */
html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
		padding-right: 0px !important;
	}

html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{
	overflow:visible !important;
}

/* blurbs with icons on the left */
.left-blurb.et_pb_blurb_position_left  .et_pb_blurb_container {
	padding-left: 0;
}

/* --- K12 SCHOOLS PAGE ---	 */
/* specialist section */
.et_pb_button_module_wrapper a.et_pb_button.large-arrow-btn {
	text-align: left !important;
}

@media (min-width: 1700px) {
.arrow-button.large-arrow-btn.et_pb_button[data-icon]:not([data-icon=""]):after {
	width: 39px;
}	
}

@media (min-width: 1320px) and (max-width: 1699px) {
.arrow-button.large-arrow-btn.et_pb_button[data-icon]:not([data-icon=""]):after {
	width: 45px;
}	
}

@media (min-width: 981px) and (max-width: 1319px) {
.arrow-button.large-arrow-btn.et_pb_button[data-icon]:not([data-icon=""]):after {
	width: 54px;
}	
}

@media (min-width: 768px) and (max-width: 980px) {
.arrow-button.large-arrow-btn.et_pb_button[data-icon]:not([data-icon=""]):after {
	width: 39px;
}	
}

@media (max-width: 479px) {
.arrow-button.large-arrow-btn.et_pb_button[data-icon]:not([data-icon=""]):after {
	width: 39px;
}	
}

@media (max-width: 767px) {
	.people-section.with-copy .et_pb_column {
		width: 100%;
		float: none;
	}
}

/*coverage available section */
@media (min-width: 1330px) and (max-width: 1599px) {
.inline-items-services.k12schools .service-icon .et_pb_module_header {
	font-size: 20px;
}	
}

@media (min-width: 981px) and (max-width: 1329px) {
.inline-items-services.k12schools .service-icon {
	width: 17.61%;
}	
}

@media (max-width: 479px) {
.inline-items-services.k12schools .service-icon {
	width: 46.66%;
}	
}

/* --- BLOG / BLOG POST PAGE --- */
.categories-list nav.et-menu-nav,
.categories-list .et_pb_menu__menu,
.categories-list ul.et-menu {
	flex-direction: column;
}

@media (max-width: 980px) {
	.categories-list .et_mobile_nav_menu {
		display: none !important;
	}
	
	.categories-list .et_pb_menu__menu {
		display: flex !important;
	}
	
	.categories-list  .et_pb_menu__wrap {
		-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	}
}

/* page header image adjustments */
@media (max-width: 480px) {
	div.et_pb_section.page-header.background-adjustment {
		background-position: 82% 50%;
	}
}

@media (max-width: 980px) {
	div.et_pb_section.page-header.background-adjustment-v2 {
		background-position: 70% 50%;
	}
}

/* CUSTOM SPECIALISTS*/
.custom-specialist .dp-dfg-item{
	display:flex !important;
	flex-direction:column;
}
.custom-specialist .dp-dfg-item > :last-child {
    margin-top: auto;
}
.custom-specialist .dp-dfg-cf-specialist_title .dp-dfg-custom-field-value{
	font-weight:600 !important;
	color:#000 !important;
}
.custom-specialist .dp-dfg-custom-field.dp-dfg-cf-specialist_image {
    max-width: 290px;
}
.custom-specialist .dp-dfg-custom-field.dp-dfg-cf-specialist_phone, .custom-specialist .dp-dfg-custom-field.dp-dfg-cf-specialist_email {
    position: relative!important;
}
.custom-specialist .dp-dfg-custom-field.dp-dfg-cf-specialist_bio{
	margin-bottom:10px;
}
.custom-specialist .dp-dfg-custom-field.dp-dfg-cf-specialist_phone:hover a, .custom-specialist .dp-dfg-custom-field.dp-dfg-cf-specialist_email:hover a{
	color:#76B243!important;
}
.custom-specialist .dp-dfg-cf-specialist_phone .dp-dfg-custom-field-value::before{
	font-family: 'FontAwesome';
	content: '\f095';
	width: 20px;
	margin: 0 10px 0 0;
	display: inline-block;
	text-align: center;
	color: #004e8d;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}
.custom-specialist .dp-dfg-cf-specialist_email .dp-dfg-custom-field-value::before{
	font-family: 'FontAwesome';
	content: '\f003';
	width: 20px;
	margin: 0 10px 0 0;
	display: inline-block;
	text-align: center;
	color: #004e8d;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

/* Four columns */
.custom-specialist-grid-4-row #custom-specialist .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items {
	grid-template-columns: repeat(auto-fill,minmax(22.3%,1fr));
}

@media (min-width: 1175px) and (max-width: 1405px) {
	.custom-specialist-grid-4-row #custom-specialist .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items {
	grid-template-columns: repeat(auto-fill,minmax(21.3%,1fr));
}
}

@media (min-width: 768px) and (max-width: 1174px) {
	.custom-specialist-grid-4-row #custom-specialist .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items {
		grid-template-columns: repeat(auto-fill,minmax(31.3%,1fr));
	}
	
}

/* Featured specialist*/
@media only screen and (min-width:981px){
	.custom-specialist.featured .dp-dfg-item{
		display:grid !important;
		column-gap: 2.5em;
	}
	.custom-specialist.featured .dp-dfg-custom-content{
		display:grid;
		grid-template-columns: minmax(20%,20%) 1fr;
    -ms-grid-columns: minmax(20%,20%) 1fr;
		grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
		column-gap: 2.5em;
		 align-items: center;
	}
	.custom-specialist.featured .dp-dfg-item .dp-dfg-custom-field.dp-dfg-cf-specialist_image{
    	grid-column: 1;
    	grid-row: 1/6;
    	-ms-grid-column: 1;
    	-ms-grid-row-span: 6;
    	margin: -1em 0 -1em -2em;
	}
	.custom-specialist.featured .specialist-content{
		grid-column: 2;
		-ms-grid-column: 2;
	}
	.custom-specialist.featured .dp-dfg-item>* {
    	grid-column: 2;
    	-ms-grid-column: 2;
		display:grid !important;
	}
}
/* on dark backgrounds */
.custom-specialist-grid-4-row.white-text h3,
.custom-specialist-grid-4-row.white-text .custom-specialist .dp-dfg-cf-specialist_title .dp-dfg-custom-field-value,
.custom-specialist-grid-4-row.white-text .custom-specialist .dp-dfg-cf-specialist_title .dp-dfg-custom-field-value a,
.custom-specialist-grid-4-row.white-text .custom-specialist .dp-dfg-custom-field-value a,
.custom-specialist-grid-4-row.white-text .custom-specialist .dp-dfg-custom-field-value,
.custom-specialist-grid-4-row.white-text .custom-specialist .dp-dfg-cf-specialist_phone .dp-dfg-custom-field-value::before,
.custom-specialist-grid-4-row.white-text .custom-specialist .dp-dfg-cf-specialist_email .dp-dfg-custom-field-value::before,
body #page-container .et_pb_section .custom-specialist-grid-4-row.white-text .custom-specialist .et_pb_button.dp-dfg-more-button {
	color: #fff !important;
}

/* image maps pro - pulsing */
.pulsing-spots .imp-object-oval.imp-object::before {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    border-radius: inherit;
    opacity: 1;
    transform: scale(1);
    animation: pulse-aninmation 1.5s ease infinite;
    content: '';
}

/* image maps pro - transportation page - two column */
@media (min-width: 768px) {
	.two-group-map {
		display: flex;
		column-gap: 1em;
	}	
	
	.two-group-map img {
		width: 200px;
	}
}

@media (max-width: 767px) {
	.two-group-map img {
		width: 100px;
	}
	
	.two-group-map a.et_pb_button {
		font-size: 13px;
	}
}

.two-group-map h3 {
	font-size: 22px;
	color: #fff;
}

.two-group-map p {
	color: #fff;
	font-size: 15px;
}

.two-group-map a.et_pb_button {
	color: #76B243!important;
    border-color: #FFFFFF;
    font-size: 15px;
    background-color: #FFFFFF;
}

/* municipalities page - map */
@media (max-width: 980px) {
	.imp-container div[data-title="Green - HFC P&L Client"] {
		top: 14%; 	
	}

	.imp-container div[data-title="Teal -  HFC Benefits Client"] {
		top: 19%; 	
	}
	
	.imp-container div[data-title="Border -   HFC P&L & Benefits Client"] {
		top: 24%; 	
	}
}

@media (min-width: 500px) and (max-width: 730px) {
	.imp-container div[data-title="Legend"] {
		left: 2%;
    	top: 2%;
		font-size: 14px;
	}
	
	.imp-container div[data-title="Green - HFC P&L Client"] {
		top: 12%;
    	left: 2%;	
	}
	
	.imp-container div[data-title=" HFC P&L Client"] {
		top: 9%;
    	left: 4%;
		font-size: 12px;
	}
	
	.imp-container div[data-title="Teal -  HFC Benefits Client"] {
		top: 18%; 	
		left: 2%;
	}
	
	.imp-container div[data-title=" HFC Benefits Client"] {
		top: 15%;
    	left: 4%;
		font-size: 12px;
	}
	
	.imp-container div[data-title="Border -   HFC P&L & Benefits Client"] {
		top: 24%; 	
		left: 2%;
	}
	
	.imp-container div[data-title="HFC P&L & Benefits Client"] {
		top: 21%;
    	left: 4%;
		font-size: 12px;
	}
}

@media (max-width: 499px) {
	.imp-container div[data-title="Legend"] {
		left: 0%;
    	top: 0%;
		font-size: 10px;
	}
	
	.imp-container div[data-title="Green - HFC P&L Client"] {
		top: 12%;
    	left: 0%;	
	}
	
	.imp-container div[data-title=" HFC P&L Client"] {
		top: 7%;
    	left: 2%;
		font-size: 8px;
	}
	
	.imp-container div[data-title="Teal -  HFC Benefits Client"] {
		top: 18%; 	
		left: 0%;
	}
	
	.imp-container div[data-title=" HFC Benefits Client"] {
		top: 13%;
    	left: 2%;
		font-size: 8px;
	}
	
	.imp-container div[data-title="Border -   HFC P&L & Benefits Client"] {
		top: 24%; 	
		left: 0%;
	}
	
	.imp-container div[data-title="HFC P&L & Benefits Client"] {
		top: 19%;
    	left: 2%;
		font-size: 8px;
	}
}

/* --- BUSINESS PUBLIC ENTITIES --- */
.corners-slider.many-dots .nextend-bullet-bar {
	width: 80%;
	margin: auto;
}

@media (min-width: 550px) and (max-width: 700px) {
	.corners-slider.many-dots .nextend-bullet-bar {
		width: 68%;
	}
}

@media (min-width: 480px) and (max-width: 549px) {
	.corners-slider.many-dots .nextend-bullet-bar {
		width: 58%;
	}
}

@media (min-width: 370px) and (max-width: 479px) {
	.corners-slider.many-dots .nextend-bullet-bar {
		width: 51%;
	}
}

@media (max-width: 369px) {
	.corners-slider.many-dots .nextend-bullet-bar {
		width: 38%;
	}
}

/* add on the column you wante center aligned */
@media (min-width: 981px) {
	.vertically-aligned {
		margin: auto;
	}
}

/* custom search in mega menu colleges */
.custom-search form input.et_pb_s {
	border-radius: 8px 0 0 8px;
}

/* contact a specialist with only two people */
@media (min-width: 981px) {
	.two-ppl-row #custom-specialist .dp-dfg-layout-grid .dp-dfg-items {
		grid-template-columns: repeat(auto-fill,minmax(32.3%,1fr));
	}

	.two-ppl-row #custom-specialist .dp-dfg-layout-grid .dp-dfg-items .dp-dfg-item {
		width: 65%;
		margin: auto;
	}	
}

/* contact a specialist with only one person */
@media (min-width: 981px) {
	.one-person-row #custom-specialist .dp-dfg-layout-grid .dp-dfg-items {
		grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
	}

	.one-person-row #custom-specialist .dp-dfg-layout-grid .dp-dfg-items .dp-dfg-item {
		width: 25%;
		margin: auto;
	}	
}


/* college template */
@media (max-width: 980px) {
	.et_pb_blurb_description h2.ttip {
		font-size: 2em;
	}	
}

@media (max-width: 767px) {
	.et_pb_section.four-headings .et_pb_blurb .et_pb_image_wrap {
		margin-left: 0;
	}
}
.docs-sections {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-auto-rows: 1fr;
	gap: 10px;
}

/* college docs */
.docs-section h2 {
	padding-left: 85px;
	background: url(/wp-content/uploads/2023/03/066.-Personal-Insurance-.png) no-repeat;
	background-size: 75px 75px;
	background-position: left top;
}
.international_health h2 {
	background-image: url(/wp-content/uploads/2023/03/020.-Population-Health-Management-.png);
}
.study_abroad h2 {
	background-image: url(/wp-content/uploads/2023/03/038.-Aviation-.png);
}
.personal_property h2 {
	background-image: url(/wp-content/uploads/2023/03/002.-PC-.png);
}
.docs-section ul, p.section-desc {
	margin-left: 85px;
}

/* action links */
.et_pb_module .action-links h3 {
	font-size: 2em;
}
#action-links .et_pb_column {
	margin-bottom: 80px;
}

.et_pb_code .action-links {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	grid-auto-rows: 1fr;
}

@media (min-width: 768px) {
	.et_pb_code .action-links {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 980px) {
	.et_pb_code .action-links {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.action-link {
	padding: 20px;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.16);
}
.action-link hr {
	height: 23px;
	margin-bottom: 15px;
	background: #1f628d;
	border: none;
}

.action-link:nth-child(3n+2) hr {
	background: #76b243;
}

.action-link:nth-child(3n+3) hr {
	background: #01949f;
}
.postid-24213 .et_pb_fullwidth_header.et_pb_fullwidth_header_1_tb_body { background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(https://haylor.com/wp-content/uploads/2025/06/1000011359.jpg) !important; } 

/* arany members page */
@media (max-width: 980px) {
	.list-row .et_pb_column {
		margin-bottom: 0 !important;
	}
}

/* Contact form 7 - number fields */
form.wpcf7-form input.wpcf7-number {
	background-color: #eee;
    border: none;
    padding: 15px;
    font-size: 18px;
    width: 100%;
}

/* --- SIGNATURE CLIENT PAGE --- */
.vertically-align-blurbs .et_pb_blurb_position_left .et_pb_blurb_container {
	vertical-align: middle;
}

/* no margin - on the columsn in mobile */
@media (max-width: 980px) {
	 .no-margin-col .et_pb_column {
		margin-bottom: 0 !important;
	}	
}

/* --- COLLEGES TEMPLATE --- */
.docs-section ul li i::before {
	width: 22px;
	height: 22px;
	font-family: FontAwesome !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 20px;
	text-transform: none;
	speak: none;
	content: '\f1c1';
	color: #76b243;
}    

.docs-section ul li i.icon-newspaper::before {
	content: '\f1c1';
}

.docs-section ul li i.icon-export::before {
	content: '\f08e';
}

.docs-section ul li::marker {
	content: '';
}

/* all image map pro */
body .imp-tooltips-container .imp-tooltip-wrap .imp-tooltip .imp-tooltip-content p,
body .imp-tooltips-container .imp-tooltip-wrap .imp-tooltip .imp-tooltip-content h2, 
body .imp-tooltips-container .imp-tooltip-wrap .imp-tooltip .imp-tooltip-content h3 {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
}

/* USERWAY WIDGET*/
@media only screen and (min-width:981px){
	body .uwy.userway_p1 .uai {
    	top: auto !important;
    	bottom: 100px !important;
	}
}
@media only screen and (max-width:980px){
	body .uwy.userway_p1 .uai {
    	top: auto !important;
    	bottom: 160px !important;
    	left: calc(100vw - 10px) !important;
	}
}

/* top menu now that Haylor College is now University & College Students */
@media (min-width: 1275px) and (max-width: 1340px) {
	.header-top-bar .top-menu-custom ul#menu-top-menu li.menu-item,
	.header-top-bar .top-menu-custom ul#menu-top-menu li.menu-item a {
		font-size: 11px !important;
	}	
}

@media (min-width: 1150px) and (max-width: 1274px) {
	.header-top-bar .top-menu-custom ul#menu-top-menu li.menu-item,
	.header-top-bar .top-menu-custom ul#menu-top-menu li.menu-item a {
		font-size: 9px;
	}	
}

@media (min-width: 981px) and (max-width: 1149px) {
	.header-top-bar .top-menu-custom ul#menu-top-menu li.menu-item,
	.header-top-bar .top-menu-custom ul#menu-top-menu li.menu-item a {
		font-size: 9px;
	}	
	
	.header-top-bar .header .et_pb_blurb {
		font-size: 13px;
	}
	
	.header-top-bar .et_pb_column.inline-items.header {
		width: 50%;
	}
	
	/*.header-top-bar {
		justify-content: space-between;
	}*/
}

/* Collegiate Student Center Search CSS */
@media (max-width: 600px) {
	/* Main Grey Container */
	.custom-college-search .dp-dfg-search{
		padding: 0 20px !important;
	}
	/* Input & Button Container */
	.custom-college-search .dp-dfg-skin-default .dp-dfg-search{
		display: block;
		width: 80vw;
	}
	/* Search Input */
	.custom-college-search .dp-dfg-skin-default .dp-dfg-search-input{
		padding: 0.6em 0 0 0 !important;
		border-bottom: 1px solid #000 !important;
	}
	/* Button & Icon */
	.custom-college-search .et-pb-icon.dp-dfg-search-icon{
		padding-top: 1.2em !important;
		padding-bottom: 0.6em !important;
	}
	.custom-college-search #et-boc .et-l .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon, .dp-dfg-skin-default .dp-dfg-search-icon, .et-l .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon  {
		display: block !important;		
		margin-right: 0px !important;
	}
	.custom-college-search .et-pb-icon.dp-dfg-search-icon:before{
		width: 4.8em !important;
	}
}

@media only screen and (min-width: 1300px) {
    #chat-button a {
    	  display: flex;
    	  align-items: center;
    	  justify-content: center; 
	    gap: 15px;
    }
}
