/* ELEMENTOR STYLES UNSET */
#masthead, .content, #colophon {
    padding-right: unset!important;
    padding-left: unset!important;
}

.card {
    color: unset!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}

.eael-dual-header .title span {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    margin: 10px 0;
}

.eael-call-to-action .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-style: normal;
}

.eael-call-to-action .cta-button {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    background: #f9f9f9;
    font-size: 16px;
    text-decoration: none;
    color: #4d4d4d;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 3px -1px rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 3px -1px rgba(0,0,0,.2);
    box-shadow: 0 0 3px -1px rgba(0,0,0,.2);
    margin-right: 10px;
    margin-top: 10px;
    z-index: 0;
    overflow: hidden;
}

/* HEADER LOGO */
#masthead .custom-logo-link img {
    max-width: 150px;
}

/* HEADER PRIMARY MENU */
#primary-menu {
    float: right;
}

#primary-menu li {
    padding-left: 20px;
}

#primary-menu li:last-child {
    padding-right: 0;
}

#primary-menu li a {
    text-decoration: none;
    color: #2a2a2a;
}

#primary-menu li a:hover {
	color: #322e8c;
	text-decoration: underline;
}

#primary-menu li a.active {
	color: #322e8c;
	text-decoration: underline;
	font-weight: 700;
}

/* HEADER TOP INFO */
.btn-org, [type="submit"].wpcf7-submit {
    height: 50px;
    line-height: 50px;
    padding: 0 26px;
    background-color: #322e8c;
    border-radius: 0.5rem;
    transition: box-shadow 0.5s;
}

a.btn-org {
    display: inline-block;
    text-align: center;
    width: 160px;
}

a.btn-org:hover {
	color: #fff;
	box-shadow: 0 5px 15px 0 #6662C6;
}

.header-info {
    margin-top: -60px;
}

/* BREADCRUMPS */

#content .crumbs ol {
    background-color: unset;
    border-radius: unset;
    border-bottom: 1px solid #ececec;
}

#content .crumbs ol li {
    text-transform: uppercase;
}

/* ELEMENTS */

button.btn.yes-fill,
button.btn.yes-fill:visited,
a.btn.yes-fill,
a.btn.yes-fill:visited {
    color: black;
    font-weight: 600;
    text-transform: lowercase;
}

button.btn.yes-fill.fill-blue,
a.btn.yes-fill.fill-blue {
    background-color: #322e8c;
    border-color: #322e8c;
    color: white;
}

button.btn.no-fill,
a.btn.no-fill {
    border: 2px solid #322e8c;
    color: black;
    font-weight: 600;
    text-transform: lowercase;
}

button.btn.no-fill:hover,
a.btn.no-fill:hover {
    background-color: #322e8c;
    color: white;
}

/* SLIDER HOME */

#sliderhome {
    margin-top: 30px;
}

#sliderhome .carousel-caption h5,
#sliderhome .carousel-caption h5 span {
    font-size: 4rem;
} 

#carouselOnHome div.carousel-item {
    height: 330px;
}

#carouselOnHome .carousel-item .carousel-caption {
    top: 0!important;
    left: 20%!important;
}

#carouselOnHome .carousel-indicators li {
    background-color: #322e8c;
}

#carouselOnHome .carousel-item .carousel-caption h5  {
    margin: 0;
    padding: 0;
    line-height: 1.05em;
}

#carouselOnHome .carousel-item .carousel-caption a {
    margin-top: 25px;
}

#carouselOnHome .carousel-item .carousel-img img {
    width: auto;
    height: 330px;
}

/* LP SECTIONS */
#main div.section {
    position: relative;
    z-index: 1;
}

/* section odd */
#main div.section.p1 {
    background: #322e8c;
    color: #fff;
}

#main div.section.p1 .card-body .flipper .back {
    background-color: white;
    color: black;
}

#main div.section.p1 .card-body .flipper .back i {
    color: gold;
}

#main div.section.p2 .card-body .flipper .back {
    background-color: #322e8c;
    color: #fff;
}

#main div.section.p2 .card-body .flipper .back i {
    color: gold;
}

#main div.section.p2 {
    background: #fff;
    color: #000;
}

#main div.section.p1 h1 {
    border-left: 7px solid gold;
    padding-left: 10px;
    color: white;
}

#main div.section.p1 .card {
    background-color: #322e8c;
    min-height: 200px;
}

#main div.section.p1 .btn-more {
    background-color: gold;
}

/* section even (2n)*/
#main div.section.p2 .card {
    min-height: 200px;
}

#main div.section.p2 .btn-more {
    background-color: #322e8c;
}

#main div.section.p2 .btn-more:hover {
    color: gold;
}

/* section */
#main div.section.p1,
#main div.section.p2 {
    margin-top: 60px;
}

#main div.section.p1:after,
#main div.section:before {
    background: inherit;
    content: '';
    display: block;
    height: 75%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; // for Chrome Windows
}

#main div.section:before {
    top: 0;
    transform: skewY(1.5deg);
    transform-origin: 100% 0;
}

/* CONTENT */
.h1-border {
    border-left: 7px solid #322e8c;
    padding-left: 10px!important;
}

.h1-border-gold {
    border-left: 7px solid gold;
    padding-left: 10px!important;
}

.news-title {
    font-weight: 400;
}

.entry-title {
    font-weight: 600;
}
.entry-content p {
    font-size: 16px;
}
/* FLIP CONTENT */
.flip-container {
    perspective: 1000;
    transform-style: preserve-3d;
}

.flip-container:hover .back {
    transform: rotateY(0deg);
}

.flip-container:hover .front {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 100%;
    height: 100%;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    backface-visibility: hidden;
    transition: 0.6s;
    border-radius: 15px;
    transform-style: preserve-3d;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    left: 50%;
    margin-left: -100px;
}

.front {
    z-index: 2;
    transform: rotateY(0deg);
}

.back {
    transform: rotateY(-180deg);
}

.vertical.flip-container {
    position: relative;
}

.vertical .back {
    transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
    transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
    transform: rotateX(180deg);
}

/* SIDEBAR */
#secondary .widget ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#secondary .widget ul > li {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#secondary .widget ul > li > a {
    display: block;
    padding: 5px;
    color: black;
}

#secondary .widget ul > li > a:hover {
    background-color: #6c757d;
    color: white;
}

/* FOOTER */
#map-section {
    position: relative;
    /*margin-top: 60px;*/
    left: 0;
    top: 0;
    padding: 30px 0;
}

.footer-map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#map-section .contact-block {
    padding: 35px;
    background: #ffffff;
    box-shadow: 0 0 20px 0 #b2b2b2;
    z-index: 5;
}

#map-section .contact-block ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

#map-section .contact-block ul li {
    list-style: none;
    width: 100%;
    margin-bottom: 10px;
}

#map-section .contact-block ul li i {
    color: #322e8c;
    margin-top: 3px;
    margin-right: 8px;
    max-width: 12px;
}

#map-section .contact-block ul li p {
    width: calc(100% - 20px);
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}

/* *col (< 576px) */
@media screen and (max-width: 576px) {
    .phone-1 {
        margin-top: -50px;
    }
    .phone-2 {
        margin-top: -100px;
    }   
    #primary-menu li.menu-item {
        float: none!important;
        text-align: right;
    }
}

/* *col-sm (>= 576px) */
@media screen and (min-width: 576px) and (max-width: 768px) {
    .phone-1 {
        margin-top: -50px;
    }
    .phone-2 {
        margin-top: -100px;
    }
    #primary-menu li.menu-item {
        float: none!important;
        text-align: right;
    }
}

/* *col-md (>= 768px) */
@media screen and (min-width: 768px) and (max-width: 991px){
    #primary-menu li.menu-item {
        float: none!important;
        text-align: right;
    }
}

/* *col-lg (>= 992px) */
@media screen and (min-width: 993px) and (max-width: 1200px) {

}

/* *col-xl (>= 1200px) */
@media (min-width: 1200px) {

}