/* Background */
.theme-orange-primary {
    background: #F58634 !important;
}

.theme-orange-secondary {
    background: #F7AA43 !important;
}

.theme-red-primary {
    background: #ED3237 !important;
}

.theme-red-secondary {
    background: #F24047 !important;
}

.theme-blue-primary {
    background: #3E4095 !important;
}

.theme-blue-secondary {
    background: #5053B4 !important;
}

.theme-green-primary {
    background: #00A859 !important;
}

.theme-green-secondary {
    background: #00C173 !important;
}

/* Background Hover */

.hover-green.active {
    background: #00A859 !important;
}

.hover-green:hover {
    background: #00A859 !important;
}

.hover-green:after {
    border-color: #00A859 transparent transparent transparent !important;
}

.hover-blue.active {
    background: #3E4095 !important;
}

.hover-blue:hover {
    background: #3E4095 !important;
}

.hover-blue:after {
    border-color: #3E4095 transparent transparent transparent !important;
}

.hover-red.active {
    background: #ED3237 !important;
}

.hover-red:hover {
    background: #ED3237 !important;
}

.hover-red:after {
    border-color: #ED3237 transparent transparent transparent !important;
}

.hover-orange.active {
    background: #F58634 !important;
}

.hover-orange:hover {
    background: #F58634 !important;
}

.hover-orange:after {
    border-color: #F58634 transparent transparent transparent !important;
}

/* Border */

@media (max-width: 768px) {
    .border-sm-x-0 {
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

.border-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.border-orange {
    border-color: #F58634 !important;
    border-width: 2px !important;
    border-style: solid;
}

.border-red {
    border-color: #ED3237 !important;
    border-width: 2px !important;
    border-style: solid;
}

.border-blue {
    border-color: #3E4095 !important;
    border-width: 2px !important;
    border-style: solid;
}

.border-green {
    border-color: #00A859 !important;
    border-width: 2px !important;
    border-style: solid;
}

/* Color */
.text-orange {
    color: #F58634 !important;
}

.text-red {
    color: #ED3237 !important;
}

.text-blue {
    color: #3E4095 !important;
}

.text-green {
    color: #00A859 !important;
}

/* Map */

.map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

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