/*--------------------------------------------------------------
# Front Page
--------------------------------------------------------------*/

/* header#masthead {
    background-color: transparent;
}
header#masthead.scrolling {
    background-color: #fff;
}
#content {
    padding: 0;
} */

/* Hero Section */

#hero {
    background-color: #f8f8f8;
}
.hero-content {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    height: 400px;
    position: relative;
}
.hero-headline-content {
    max-width: 700px;
    text-align: center;
}
.home-section {
    position: relative;
    padding: 4rem 0 0;
}

/* Home content */

/* .home-content-contain {
    margin: 0 auto;
    max-width: 740px;
    text-align: center;
    width: 100%;
} */

/*Home Cards*/

#home-cards {
    background-color: #f8f8f8;
    padding: 60px 20px;
    position: relative;
}
.home-cards-content {
    position: relative;
    z-index: 20;
}
#home-cards h3.card-pre-title, #home-cards h2.card-title {
    text-align: center;
}
#home-cards h3.card-pre-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
#home-cards h2.card-title {
    margin-bottom: 3rem;
}
.home-cards-contain.row {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 1rem;
}
.card-links.row {
    line-height: 1.1em;
    margin: 0 0 4rem;
    text-align: center;
}
.card-links ul {
    margin: 0;
}
.card-links ul li {
    display: inline-block;
    font-weight: 600;
    padding: 0 10px;
    position: relative;
}
.card-links ul li:after {
    background-color: #00B5C6;
    bottom: 0;
    content: '';
    height: 20px;
    margin: auto;
    position: absolute;
    right: -1px;
    top: 0;
    -ms-transform: skewX(-20deg);
        transform: skewX(-20deg);
    width: 2px;
}
.card-links ul li:last-of-type:after {
    content: none;
}
.card-links p {
    font-weight: 700;
    line-height: 1em;
    margin-bottom: .5em;
    text-transform: uppercase;
}
.card-links a {
    color: #333;
    text-decoration: none;
    transition: all .4s ease;
}
.card-links a:hover {
    color: #00B5C6;
    text-decoration: none;
}

/* Home Responsive */

@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 640px) {}
