/*
 Theme Name:   ProBank
 Description:  Custom Divi Child Theme for ProBank
 Author:       301 Interactive Marketing
 Author URI:   https://www.301interactivemarketing.com
 Template:     Divi
 Version:      1.0.0
*/

/* Default */

:root {
	--primary: #0072CE;
	--primaryWhite: #FFF;
	--secondary: #171C8F;
	--GreyLight: #f3f3f3;
	--GreyMid: #97999b;
	--GreyDark: #727578;
	--fontColor: #25282a;
	--IndigoDye: #171C8F;
	--TrueBlue: #0072CE;
	--DarkSpace: #25282A;
	--OuterSpaceGrey: #464B4B;
	--LightSmoke: #C8C9C7;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: "Halyard-text", sans-serif;
}
html body,
html input,
html textarea,
html select,
html #main-header,
html #et-top-navigation,
html .usiEventsTable tbody tr td,
html .ungerboeckEventContainer {
	font-family: "Halyard-text", sans-serif;
}
em {
	font-style: normal !important;
}
a:hover {
	text-decoration: underline;
}
.int-icon::after {
	content: '';
	font-family: 'ETmodules' !important;
	font-size: inherit;
	color: inherit;
}
.int-icon-linkedin::after {
	content: '\e09d';
}
.int-btn {
	transition: all ease-in-out 0.3s;
	display: inline-block;
	background-color: var(--IndigoDye);
	color: var(--primaryWhite);
	padding: 0.3em 1em;
	margin: 0 0 1em;
}
.int-btn:hover {
	transition: all ease-in-out 0.3s;
	background-color: var(--TrueBlue);
	text-decoration: none !important;
}
.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
	text-decoration: none !important;
}
sup {
	bottom: 0.6em;
	font-size: 0.7em;
}

/* Top Header */

#et-secondary-menu {
	width: 100%;
	text-align: right;
	font-size: 16px;
	font-weight: 400;
}
#top-header .et-search-form .et-search-field,
#top-header .et-search-form {
	max-width: 350px;
	position: relative;
	right: 0;
	display: inline-block;
	width: 100%;
}
#top-header .et-search-field {
	background-color: var(--LightSmoke);
	padding: 5px;
}
#et-secondary-nav li {
	padding: 0 1em;
	margin-right: 0px !important;
}
#et-secondary-menu > ul > li > a:hover,
#et-info-email:hover {
	opacity: 1;
}

/* Navigation */

#et-top-navigation {
	font-weight: initial !important;
}
.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
	padding-bottom: 25px !important;
}
#top-menu-nav > ul > li > a:hover {
	opacity: 1 !important;
}
#top-menu li:hover > a::before {
	content: '';
	position: absolute;
	height: 2px;
	background-color: var(--TrueBlue);
	bottom: 0;
	width: 100%;
	left: 0;
}
.et_mobile_menu li a:hover,
.nav ul li a:hover {
	background-color: inherit !important;
	opacity: 1 !important;
}
/* Body */

#woo_overide_btns a {
	color: #FFF !important;
}
.int_page_builder_override .et_builder_inner_content .et_pb_section:first-child {
	padding-top: 0;
}
#int_home_slider .et_pb_slide_title a {
	pointer-events: none !important;
}
#home_hero_slider .et_pb_slide_title a sup {
	bottom: 0.6em;
	font-size: 0.6em;
	right: -0.1em;
}
.et_pb_pagebuilder_layout .int_page_builder_override {
	max-width: 100%;
	width: 100%;
	padding: 0;
}
.int-presenter-wrapper .presenters {
	flex: 0 1 225px;
	margin: 1em;
}
.int-presenter-wrapper .et_pb_column {
  display: flex;
  flex-wrap: wrap;
}
.presenters h3.presenter-name {
	font-size: 26px;
}
.presenters a {
	display: block;
	margin: 0;
}
.presenters a.presenter-demo {
	display: block;
	position: relative;
	background-color: var(--IndigoDye);
	margin: 0 auto;
	cursor: pointer;
	transition: all ease-in-out 0.3s;
	color: var(--primaryWhite);
}
.presenters a.presenter-demo:hover {
	transition: all ease-in-out 0.3s;
	background-color: var(--TrueBlue);
}
.presenters a.presenter-demo:before {
	content: '\e09c';
	font-family: 'ETmodules' !important;
	font-size: inherit;
	margin-right: 10px;
	vertical-align: middle;
}
.presenters .presenter-profile {
	background-position: top center !important;
	background-size: cover !important;
	aspect-ratio: 1 / 1 !important;
	margin: 0 auto 1em !important;
	display: block;
}
#int-education-services-wrapper .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#int-education-services-wrapper .et_pb_module {
	flex: 1 0 250px;
	min-height: 250px;
	padding: 1em;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}
#int-education-services-wrapper h4.et_pb_module_header {
	font-size: 22px;
}
#int-education-services-wrapper h4.et_pb_module_header sup {
	font-size: 0.6em;
}
@media(max-width:568px){
	#int-education-services-wrapper .et_pb_blurb_container {
		vertical-align: middle;
	}
	#int-education-services-wrapper .et_pb_module_header {
		padding: 0;
	}
}
#int-education-services-wrapper .et_pb_blurb_description {
	transition: all ease-in-out 0.3s;
	position: absolute;
	visibility: hidden;
	bottom: -10%;
	opacity: 0;
}
#int-education-services-wrapper .et_pb_module:hover .et_pb_blurb_description {
	transition: all ease-in-out 0.3s;
	visibility: visible;
	position: relative;
	opacity: 1;
	bottom: 0;
}
@media(max-width:981px){
	#int-education-services-wrapper .et_pb_module {
		align-items: flex-start !important;
	}
	#int-education-services-wrapper .et_pb_blurb_description {
		visibility: visible !important;
		position: relative !important;
		bottom: 0;
		opacity: 1;
	}
}


.int-tabs .et_pb_tab_content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.int-tabs .et_pb_tab_content .inner_tab_columns:first-child {
	margin-right: 1em;
}
.int-tabs .inner_tab_columns {
	flex: 1 0 250px;
}
.callout-card-wrapper {
	background-color: #F4F4F4;
	display: flex;
	column-gap: 0.25rem;
	padding: 3.125rem 3rem;
}
@media(max-width: 769px){
	.callout-card-wrapper {
		flex-direction: column !important;
	}
}
.callout-card {
	column-gap: 1rem;
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.callout-card-wrapper.light .callout-card:not(:first-child)::before {
	border-left-color: #464B4B;
	border-left: thin solid;
	content: '';
	height: 100%;
	width: 0;
	top: 0;
	left: -1.25rem;
	position: absolute;
}
@media(max-width: 769px){
	.callout-card:not(:last-child) {
		margin-bottom: 1.25rem;
	}
	.callout-card-wrapper .callout-card:not(:first-child)::before {
		border-left: none !important;
		border-top: thin solid #464B4B;
		width: 100% !important;
		left: 0 !important;
	}
}
.callout-card-wrapper .callout-card .stat {
	font-size: 2.125rem;
	line-height: 4rem;
}
.callout-card-wrapper .callout-card .content {
	margin-right: 1rem;
}
.callout-card-wrapper .callout-card .content .description {
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 1.563rem;
}


/* Removal of Aspect Ratio Slider
 * 
#int_home_slider {
	margin-bottom: 0 !important;
}
#int_home_slider .et_pb_slide {
	aspect-ratio: 1 / 1;
}
@media(min-width:767px){
	#int_home_slider .et_pb_slide {
		aspect-ratio: 4 / 3;
	}
}
@media(min-width:979px){
	#int_home_slider .et_pb_slide {
		aspect-ratio: 3 / 1;
	}
}
 */

@media(min-width:980px){
	#int_home_slider .et_pb_slide .et_pb_container {
		max-width: 1080px !important;
		margin-left: 0 !important;
	}
}
#int_home_slider .et_pb_slide_description,
#int_home_slider .et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 16% 8% !important;
}

/* Product Listings */

#int-product-filters {
	background-color: var(--GreyDark);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: flex;
	flex-wrap: nowrap;
}
#int-product-filters div:first-child {
	flex: 1 0 auto;
}
#int-product-filters div {
	padding: 10px;
}
#int-product-filters input,
#int-product-filters select {
	padding: .2em .1em;
	border: none !important;
	color: var(--fontColor);
	background-color: var(--primaryWhite);
	font-size: inherit;
	width: 100%;
}
#int-product-filters h4 {
	text-align: center;
	color: var(--primaryWhite);
}

#int-products-blogroll .int-product-row {
	background-color: var(--GreyLight);
	position: relative;
	padding:  6px 10px;
}
#int-products-blogroll .int-product-row.even-row {
	background-color: var(--primaryWhite);
}
#int-products-blogroll .int-product-link {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

/* Pop-Up */

#lower-left-popup {
	position: fixed;
	bottom: 5px; /* Adjust distance from the bottom */
	left: 5px; /* Adjust distance from the left */
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	z-index: 99999;
	display: none; /* Hidden by default, shown by JS */
	width: 500px;
	max-width: 60%;
}
#lower-left-popup img {
	display: block;
}
#lower-left-popup button {
	cursor: pointer;
	top: -10px;
	position: absolute;
	right: -10px;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Gravityforms */

.gform_body button,
.gform-footer .gform_button {
	transition: all ease-in-out 0.3s;
	padding: 0.3em 1em !important;
	color: var(--primaryWhite);
	border-color: var(--IndigoDye);
	border-radius: 0;
	border: none;
	background-color: var(--IndigoDye);
	display: inline-block;
	font-size: 18px;
}
.gform_body button:hover,
.gform-footer .gform_button:hover {
	transition: all ease-in-out 0.3s;
	background-color: var(--TrueBlue);
	border-color: var(--TrueBlue);
	border: none;
}

/* Footer */

#main-footer {
	border-top: 23px solid var(--TrueBlue);
}
#footer-widgets {
	padding-top: 25px !important;
}
#footer-widgets .footer-widget {
	margin-bottom: 25px !important;
}
.wp-block-list li::before {
	display: none;
}
.wp-block-list li {
	padding-left: 0 !important;
}
.int-icon-linkedin {
	background-color: var(--GreyDark);
	padding: 5px 4px 2px;
}
.int-icon-linkedin::after {
	color: var(--primaryWhite);
}
#footer-widgets .footer-widget li a:hover,
#footer-widgets .footer-widget li button:hover {
	text-decoration: underline;
}
#footer-info {
	margin: 0 auto;
	display: block;
	float: none;
	text-align: center;
}

.footer-widget #ot-sdk-btn.ot-sdk-show-settings, 
.footer-widget #ot-sdk-btn.optanon-show-settings {
    color: #464b4b !important;
    border: none !important;
    background: transparent !important;
    text-align: left !important;
    padding: unset !important;
    margin: unset !important;
    font: unset !important;
}
#main-footer .footer-widget h4 {
	padding-bottom: 24px;
}
.footer-widget .wp-block-list li {
	margin-bottom: 24px;
}

/* Shiftnav */

.shiftnav-main-toggle-content {
	text-align: left;
}
#shiftnav-toggle-main {
	border-bottom: 1px solid #cdcdcd;
	background: var(--primaryWhite) !important;
	padding: 5px 0;
}
#shiftnav-bar-logo {
	max-height: 40px;
	position: relative;
	top: -12px;
}
.int-shiftnav-btns {
	display: block;
	position: relative;
	max-width: 80%;
	background-color: var(--IndigoDye) !important;
	cursor: pointer;
	transition: all ease-in-out 0.3s;
	color: var(--primaryWhite);
	text-align: center;
	margin: 0 auto 5px;
	font-size: 16px;
	padding: 0.4em 0.6em;
}
#shiftnav-toggle-main-button .fa-bars {
	color: var(--IndigoDye);
}


/* Mobile */

@media(max-width:981px){
	#page-container {
		padding-top: 0 !important;
	}
}