/*======================================
Theme Name: MCF
Theme URI: 
Description: MCF
Version: 1.0
Author: Think Patented
Author URI: https://thinkpatented.com
Template: Divi
======================================*/

@import url("https://use.typekit.net/gms3bhv.css");

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

body {
    font-size: 18px;
    color: #333;
}

.text-center {
    text-align: center;;
}

a {
    color: #21409A;
}

a:hover, a:focus {
    color: #13265a;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

p {
    font-family: proxima-nova, sans-serif;
    margin: 0;
    line-height: 1.5;
}

h1 {
    font-family: superclarendon, serif;
    font-weight: bold;
    font-size: 36px;
    /* letter-spacing: 2px; */
    color: #21409A;
    margin: 0;
}

h2 {
    font-family: superclarendon, serif;
    font-weight: bold;
    font-size: 24px;
    /* letter-spacing: 2px; */
    color: #21409A;
    margin: 0;
}

h3 {
    font-family: superclarendon, serif;
    font-weight: bold;
    font-size: 18px;
    /* letter-spacing: 1px; */
    color: #21409A;
    margin: 0;
}

.gbs3 h4 {
    font-family: proxima-nova, sans-serif !important;
    font-weight: normal !important;
    font-size: 21px !important;
    /* letter-spacing: 1px !important; */
    color: #000 !important;
    margin: 25px 0 20px 0 !important;
}


@media screen and (max-width: 400px) {
    h1, .gbs3 h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }
}

p.warning {
    text-align: center;
    color: red;
}

/*--------------------------------------------------------------
# Hero Video – Home
--------------------------------------------------------------*/

.et_pb_section_video_bg::before {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAABtJREFUGFdjZGBg+M/AwMDIAAVwBjYBsEoMFQBW5gIF0HSEnwAAAABJRU5ErkJggg==) repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.et_pb_section_video_bg::after {
    content: "";
    /* background: #000;
    opacity: 0.7; */
    background: linear-gradient( 180deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.7) 100% );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.home .hero-content {
    z-index: 100;
}

/* Pulse Animation */

.circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
  }
  
  .pulse {
    animation: pulse-animation 2s infinite;
  }
  
  a i.fa-solid.fa-chevron-down.circle.pulse {
      background: #fff;
      color: #333;
      line-height: 1.85;
  }
  
  @keyframes pulse-animation {
  /*   0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    } */
      
      
    0% {
      box-shadow: 0 0 0 0px rgba(248, 248, 248, 0.8);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  
  }

.home header.et-l.et-l--header {
    background: transparent;
    position: absolute;
    width: 100%;
}

.home .et_pb_section.et_pb_section_0_tb_header.et_section_regular.et_pb_section--with-menu {
    background: transparent;
}

/* .home .et_pb_section.et_pb_section_1_tb_header.et_section_regular.et_pb_section--with-menu {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
}

.home .et_pb_module.et_pb_menu.et_pb_menu_0_tb_header.et_pb_bg_layout_dark.et_pb_text_align_center.et_dropdown_animation_fade.et_pb_menu--without-logo.et_pb_menu--style-left_aligned {
    background: transparent;
} */

/* .home .et-menu.nav li a {
    font-family: superclarendon, serif;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
} */

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.et-menu.nav li a {
    font-family: superclarendon, serif;
    font-weight: bold;
    font-size: 16px;
}

button.et_pb_menu__icon.et_pb_menu__search-button {
    padding-left: 15px;
}

/* .et-menu.nav .menu-item-29 a {
    color: #fff;
    background: #21419a;
    padding: 15px;
    height: 50px;
    margin-top: 22px;
} */

.menu-item-169 a {
    color: #fff;
    background: #21419a;
    padding: 15px;
    padding-top: 17px;
    margin-top: -16px;
}

button.et_pb_menu__icon.et_pb_menu__search-button {
    background: #fff;
    color: #333 !important;
    padding: 15px;
    margin-top: -7px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

ul.social-list {
    display: inline-block;
    margin: 0;
    padding: 12px 0;
}

ul.social-list li {
    display: inline-block;
    padding: 0 7.5px;
}

ul.social-list li a {
    color: #21419a;
    font-size: 16px;
}

.company-phone {
    color: #21419a;
    /* font-weight: bold; */
    font-size: 14px;
}

a.cta-button {
    color: #fff;
    background: #21419a;
    padding: 10px 18px;
    font-family: superclarendon, serif;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

a.btn {
    padding: 10px 18px;
    font-family: superclarendon, serif;
    font-weight: bold;
    font-size: 16px;
}

a.white-btn.btn {
    color: #21409A;
    background: #fff;
}

.gform_button.button {
    color: #fff;
    background: #21409A;
    border: 0;
    padding: 10px 18px;
    display: block;
    font-family: superclarendon, serif;
    font-weight: bold;
    font-size: 16px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.single .single-post-title-image {
    height: 100%;
}

.single .single-post-title-image h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.single .single-post-title-image img {
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 15%);
}

.single .et_pb_section.et_pb_section_0.et_section_regular {
    padding: 0;
}

.single .et_pb_row.et_pb_row_0 {
    padding-top: 0;
}

#left-area {
    width: 100%;
}

#main-content .container:before {
    display: none;
}

#sidebar {
    height: 100%;
    padding: 0 !important;
    display: none;
}

#sidebar .sidebar-box {
    background: #f2f2f2;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 10%);
    padding: 15px 15px !important;
}

#sidebar a:hover, a:focus {
    color: #13265a;
}

.category-past-successes img, .category-current-projects img {
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 15%);
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.et_pb_blog_0 .et_pb_ajax_pagination_container article {
    border-top: 1px solid #e6e6e6;
    padding-top: 40px;
}

.et_pb_blog_0 .et_pb_ajax_pagination_container article:first-child {
    border-top: 0;
    padding-top: 0;
}

.et_pb_blog_0 .et_pb_ajax_pagination_container article {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.et_pb_posts a.more-link {
    clear: both;
    display: block;
    margin-top: 15px;
}

.et_pb_row .et_pb_row {
    width: 100%;
}

/*--------------------------------------------------------------
# Leadership
--------------------------------------------------------------*/

.leadership-wrapper {
    padding: 7.5px;
    text-align: center;
}

.profile-picture {
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
# MODAL
--------------------------------------------------------------*/

.modal-open {
    overflow: hidden;
}

.md-modal {
    margin: auto;
	position: fixed;
	top: 0;
	left: 0;
    right: 0;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 768px) {

    .md-modal {
        margin: auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        min-width: 320px;
    }

}

.md-content {
    overflow-y: scroll;
    height: 100%;
    padding: 50px;
}

.md-modal, .md-modal a, .md-modal h1, .md-modal h2, .md-modal h3, .md-modal h4 {
    color: #fff;
}

.md-show {
	visibility: visible;
    height: 100%;
    opacity: 1;
}

.md-hide {
	display: none;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(#e4f0e3, 0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

.md-effect-12 .md-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
	background-color: #21409A;
} 

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
	background: transparent;
}

.md-show.md-effect-12 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.md-close {
    margin-bottom: 30px;
    display: block;
    cursor: pointer;
}

.md-close:hover, .md-close:focus {
    background: transparent;
}

.leadership-image {
    border-radius: 50px;
    margin-bottom: 15px;
}

.leadership-name {
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: block;
}

.leadership-title {
    margin-bottom: 20px;
    display: block;
}

@-webkit-keyframes fadeout{
    0%{opacity:1;visibility:visible;}
    99%{opacity:0;}
    100%{opacity:0;visibility: hidden;}
}
.fadeout {
    -webkit-animation:fadeout 1s linear;
    visibility:hidden;
}
@-webkit-keyframes fadein{
    0%{opacity:0;visibility:visible;}
    100%{opacity:1;}
}
.fadein {
    -webkit-animation:fadein 1s linear;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
    font-size: 15px;
    color: #fff;
}

footer .et_pb_code_inner {
    font-size: 15px;
}

footer a {
    color: #fff;
    font-size: 15px;
}

footer a:hover, footer a:focus {
    color: #fff;
    font-size: 15px;
}

.bottom-bar {
    /* color: #555; */
    /* background: #f2f2f2; */
    color: #fff;
}

footer .social-list {
    padding: 0;
}

footer ul.social-list li a {
    padding: 0;
    color: #fff;
    font-size: 15px;
}

footer ul.social-list li a:hover, footer ul.social-list li a:hover {
    color: #fff;
}

footer .company-phone {
    color: #fff;
    /* font-weight: bold; */
    font-size: 15px;
}

ul.footer-nav {
    list-style: none;
    display: inline-block;
}

.footer-nav li {
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
}

@media screen and (max-width: 768px) {

    .footer-nav li {
        display: block;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

}