/*!
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.15.50
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*  Enter your custom CSS below */ 
@font-face {
  font-family: 'fontawesome';
  src: url('fonts/fontawesome/fontawesome.eot?34488009');
  src: url('fonts/fontawesome/fontawesome.eot?34488009#iefix') format('embedded-opentype'),
       url('fonts/fontawesome/fontawesome.woff2?34488009') format('woff2'),
       url('fonts/fontawesome/fontawesome.woff?34488009') format('woff'),
       url('fonts/fontawesome/fontawesome.ttf?34488009') format('truetype'),
       url('fonts/fontawesome/fontawesome.svg?34488009#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic.woff2') format('woff2'),
        url('fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Century Gothic';
	font-weight: 400;
}

[class^="icon-awesome"]:before, [class*=" icon-awesome"]:before {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */

.dflex {
	display: flex;
}

.flex-align-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

body .et_pb_button {
    line-height: 1.901 !important;
	min-width: 148px;
    text-align: center;
}

.heading-pt-10 h4:not(:first-child) {
    padding-top: 10px;
}

.mtb-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.no-paddin-heading h1, .no-paddin-heading h2, .no-paddin-heading h3 {
	padding: 0px;
}

@media only screen and (max-width: 980px) {
	.dflex-col-reverse-mobile {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 370px) {
	.text-long-break-mobile .et_pb_blurb_description {
		max-width: 166px;
	}
}

.ul-blue-dots ul {
    margin-top: 15px;
}

.ul-blue-dots ul li::marker {
    color: #1E3F7A;
}

a.slide-down {
    width: 39px;
    height: 39px;
    border-radius: 100px;
    border: none;
	cursor: pointer;
	background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.slide-down i {
    font-size: 18px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#et-top-navigation {
    font-weight: 400;
}

@media only screen and (min-width: 981px) {
	#et-top-navigation {
		position: relative;
	}
	
	#main-header:after {
		content: "";
		width: 25%;
		height: 8px;
		background: #1E3F7A;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	#main-header.et-fixed-header:after {
		height: 3px;
	}
	
	#et-top-navigation:after {
		content: "";
		width: calc(100% - 110px);
		height: 8px;
		background: #1E3F7A;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	.et-fixed-header #et-top-navigation:after {
		height: 3px;
	}
}

#top-menu a {
    font-size: 16px;
}

#top-menu li.social-menu {
    position: relative;
    width: 44px;
    margin-left: 14px;
}

#top-menu li.social-menu a {
    width: 44px;
    height: 44px;
    background: #1567C0;
    border-radius: 100%;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -28px;
}

#top-menu li.social-menu a i {
    color: #fff;
    font-size: 14px;
}

@media only screen and (min-width: 981px) {
	#top-menu li.current_page_item:not(.btn-menu)>a:before {
		content: "";
		width: 100%;
		border-bottom: 1px solid #000000;
		opacity: .27;
		position: absolute;
		top: 25px;
	}
	
	.et-fixed-header #top-menu li.current_page_item:not(.btn-menu)>a:before {
		top: 20px;
	}
	
	#top-menu li.btn-menu {
		position: relative;
		min-width: 108px;
	}
	
	#top-menu li.btn-menu > a {
		background: #1E3F7A;
		border-radius: 3px;
		color: #fff !important;
		position: absolute;
		padding: 15px 20px !important;
		min-width: 108px;
		text-align: center;
		top: -28px;
	}
	
	.et-fixed-header #top-menu li.btn-menu.current_page_item > a {
		color: #fff !important;
	}
}

@media  only screen and (min-width: 981px) and (max-width: 1150px) {
	header #top-menu li a {
		font-size: 12px !important;
	}
}

header .mobile_menu_bar:before {
    color: #1E3F7A;
}

header .et_mobile_menu {
    border-color: #1E3F7A;
}

header .et_mobile_menu li.social-menu {
    display: none;
}

@media only screen and (max-width: 980px) {
	#logo {
		max-height: 95% !important;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#menu-footer-menu {
    flex-direction: column;
}

footer .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 3px !important;
}

footer .et_pb_menu .et_pb_menu__menu {
    display: block !important;
}

footer .et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-start !important
}

footer .et_pb_menu .et_mobile_nav_menu {
    display: none !important;
}

/*--------------------------------------------------------------
# Form Section
--------------------------------------------------------------*/
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 12px;
}

.gform_wrapper .gfield input[type="text"],
.gform_wrapper .gfield input[type="email"],
.gform_wrapper .gfield input[type="tel"] {
    border: none;
    border-radius: 3px;
    color: #212121;
    font-size: 14px;
    padding: 15px 12px;
}

@media only screen and (max-width: 640px) {
	.gform_wrapper.gravity-theme .ginput_complex span {
		margin-bottom: 12px;
	}
	
	.gform_wrapper.gravity-theme .ginput_complex span:last-child {
		margin-bottom: 0px;
	}
	
	.gform_wrapper .gfield input[type="text"], .gform_wrapper .gfield input[type="email"], .gform_wrapper .gfield input[type="tel"] {
		padding: 10px 12px;
	}
}

.gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=checkbox] {
    opacity: 0;
    position: absolute;   
}
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=checkbox] + label{
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=checkbox] + label:before,
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=checkbox] + label:after{
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}
/* after */
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=checkbox]:not(:checked) + label:after{
    width: 18px;
    height: 18px;
    border: none;
    top: 0px;
    background: #fff;
    border-radius: 3px;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after{
    top: 0;
    width: 18px;
    height: 18px;
    border: none;
    background-color: #1567C0;
    z-index: 0;
    border-radius: 3px;
}
/* before */
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=checkbox]:not(:checked) + label:before{
	    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=checkbox]:checked + label:before{
    top: 0;
    left: 1px;
    width: 3px;
    height: 9px;
    margin-top: 1px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.gform_wrapper.gravity-theme .gfield_checkbox .gchoice:not(:last-child) {
    margin-bottom: 8px;
}

.gform_wrapper.gravity-theme input[type="submit"] {
    font-size: 14px !important;
    font-weight: 700;
    width: 100%;
    border: none;
    color: #fff;
    background: #1567C0;
    border-radius: 3px;
    padding: 15px;
    cursor: pointer;
}

.foo-logo img {
    width: 130px!important;
    object-fit: cover;
}
.et-l--footer h4 {
    font-size: 20px;
}
.et-l--footer p {
    font-size: 16px;
}
#menu-footer-menu a {
    font-size: 16px;
}
#menu-footer-menu li {
    margin-bottom: 10px;
}