h1, h2, h3 {
    color: rgb(0, 65, 101);
}

.alb-blue-text {
    color: #3DB7E4;
}


.header li a {
    text-transform: uppercase;
    font-weight: 500;
}

@media only screen and (max-width: 1442px) {

    .header-phone-number {
        display: none;
    }
}

@media only screen and (max-width: 1092px) and (min-width: 992px) {
    .header li a {
        font-size: 0.87em;
    }
}

.page-header-h1 {
    color: rgb(0, 65, 101);
}

.page-header-pre {
    color: var(--primary-color);
}

.header li a.selected-nav-item {
    color: rgb(61, 183, 228);
}

.header-checkbox-list .header-checkbox-icon {
    color: var(--primary-color);
}

.background-1 {
    /*background: rgba(0, 65, 101, 0.25);*/
    /*background: linear-gradient(to left, rgba(0, 65, 101, 0.25), rgba(61, 183, 228, 0.25));*/
    background: white;
}

.background-2 {
    background: #3DB7E4; /* fallback for old browsers */
    background: linear-gradient(to right, var(--primary-color), #3DB7E4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.action-button-md,
.action-button {
    border: 1px solid #fefefe;
    color: #fefefe;
    background: #3DB7E4;
    border-radius: 8px;
}

.action-button:hover, .action-button-md:hover {
    background-color: var(--primary-color);
    color: #FFFFFF;
    border: 1px solid #2980b9;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);

}


.section-type-1.background-2 h2 {
    color: #FFFFFF;
}

.page-header-background-img {
    background-image: url(/img/background/realeyes_iris_white.jpg);
    /*background-image: url(/img/background/realeyes_iris_blue.jpg);*/


    /*background-image: url(/img/background/realeyes_iris_white_half.jpg);*/
    /*background-position: bottom center;*/
    /*background-size: contain;*/
    /*background-color: white*/
}

nav ul.header-navigation a,
.header li a {
    color: rgb(0, 65, 101);
}

.header li:hover a {
    color: rgb(61, 183, 228);
}

.header {
    border-bottom: 1px solid rgba(61, 183, 228, 0.15);
}

.input-field .prefix.active {
    color: var(--primary-color);
}


.btn.background-1 {
    color: rgb(0, 65, 101);
}
