a.btn {
    background-image: none !important;
}

.btn {
    background-color: #2c3754;
    border: 3px solid #2c3754;
    font-size: 16px;
    line-height: 40px;
    height: 46px;
    padding: 0 20px;
    color: #fff;
}

.btn:hover, .btn:focus {
    background-color: #4665AF;
    border: 3px solid #4665AF;
    color: #fff;
}

nav .btn:hover, nav .btn:focus {
    background-color: rgba(0, 0, 0, 0.1);
    border: 3px solid rgba(0, 0, 0, 0.1);
}

#hero-row-1 #headline-card {
    padding: 75px 0;
    background-image: none;
}

#hero-row-1 #headline-card #hero-headlines {
    width: 90%;
    max-width: 800px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    box-shadow: 0px 0px 6px 0px #666;
    margin: 0 auto;
    padding: 75px 50px;
}

#hero-row-1 #headline-card #hero-headlines img {
    width: 50%;
    margin-bottom: 25px;
}

#hero-row-1 #headline-card #hero-headlines h1, .square-card h3, .cta-card h3 {
    font-family: "korolev-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    text-transform: uppercase !important;
    font-size: 44px !important;
    color: #2c3754;
    margin-bottom: none;
}

#hero-row-1 #headline-card #hero-headlines p, .square-card p, .cta-card p {
    margin-bottom: 0;
    color: #212529;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
}

#hero-row-3, #hero-row-4, .ctas-row {
    display: flex;
    justify-content: space-evenly;
}

.cta-row {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #e7e7e7;
}

.cta-row.white-background {
    background-color: #fff;
}

#ctas .row:after, #hero-row-3:after, #hero-row-4:after {
    display: none;
}

#ctas .ctas-row .col.l4.s12 {
    margin: 0 !important;
    display: flex;
}

#hero-row-3 .col, #hero-row-4 .col {
    margin: 0 !important;
}

#ctas>.col.s12 {
    padding: 0;
}

#ctas-container>.col {
    margin-top: 0;
}

#ctas .cta-card {
    text-align: center;
    background-image: none;
    background-color: #e7e7e7;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.cta-card i {
    color: #2c3754 !important;
}

.square-card {
    background-image: none !important;
    text-align: center;
}

.square-card#carda .color-holder,
.square-card#cardb .color-holder,
.square-card#cardc .color-holder,
.square-card#cardd .color-holder,
.square-card#carde .color-holder {
    background-image: none;
    background-color: #e7e7e7;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.cta-card p,.square-card p {
    margin-bottom: 0;
    color: #212529;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
}

.cta-row h4 a, .cta-row h3 a {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    outline: 0;
    border-radius: 2px;
    padding: 0 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .5px;
    text-decoration: none;
    transition: .3s ease-out;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    font-size: 16px;
    line-height: 40px;
    height: 46px;
    padding: 0 20px;
    border: 3px solid #2c3754;
    color: #2c3754;
    background-image: none !important;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.cta-row h4 a:hover, .cta-row h3 a:hover {
    color: #fff;
    background-color: #2c3754;
}