.rql-container {
    position: relative;
    max-height: 650px;
    clear: both;
    display: block;
    overflow: hidden;
}

.rql-container::before {
    content: " ";
    background: rgba(1,28,69,0.32);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    position: absolute;
    top: 0;
}

.rql-container-inner p {
    position: relative;
}

.rql-section {
    position: relative;
}

.rql-section-content {
    position: absolute;
    height: 650px !important;
    height: 100%;
    padding: 0 50px;
    right: 0;
    width: 50%;
    text-align: center;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.rql-section-content h2 {
    color: #FFF !important;
    font-weight: 800 !important;
    margin: 0 auto;
    padding: 0 0 12px 0;
    text-transform: uppercase;

    width: auto;
    display: flex;
    position: relative;
}


.rql-section-content h4 {
    color: #FFF !important;
    margin: 0 auto;
    padding: 0 0 12px 0;
    text-align: center;
    width: auto;
    display: flex;
    position: relative;
}

.rql-container .map-title {
    position: absolute;
    font-size: 24px !important;
    text-transform: uppercase;
    text-align: center;
    max-width: 200px;
    overflow: hidden;
    
    top: 50%;
    z-index: 1000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* RQL - Regions */

 .rql-region h2::after {
  content: " ";
  display: block;
  background: #FFF;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
}

.rql-region h4 {
  display: none;
}

.rql-section-content .rql-hover-text {
    color: #FFF!important;
    position: absolute;
    bottom: 25px;
    left: -50px;
}

.rql-section img {
    width: 100%;
}

.rql-region {
    display: none;
}

.rql-counter-stats-container {
    color: #FFF!important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 10px;

}

.rql-counter {
    text-align: center;
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

.rql-counter-icon {
    font-size: 50px;
}

.rql-counter-head {
    display: block;
    font-size: 42px;
    margin-top: 10px;
}

.rql-counter-text {
    font-size: 18px;
    text-transform: capitalize;
}

.rql-button-wrapper {
    margin-top: 25px;
}

.rql-button {
    color: #FFF;
    background-color: #810c05;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 34px;
    font-weight: 800;
    font-size: 18px;
}

.rql-button:hover {
    color: #FFF !important;
    background-color: #d3a42e;
    text-decoration: none;
}

.rql-svg-container {
    width: 50%;
    height: 100%;
    position: absolute;
    text-align: center;
    z-index: 900;
}

.rql-svg-container svg {
    max-width: 100%;
    height: 100%;
    max-height: 600px;
    margin: auto;
    padding: 12px;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}


#region-mask {
    z-index: 900;
}

.rql-region-area {
    cursor: pointer;
    pointer-events: all;
}

#mask1 {
    fill: rgba(241, 242, 242, .85);
}

.rql-region-area {
    fill: rgba(5, 113, 165, .75);
    transition: .25s;
}

.rql-region-area:hover {
    fill: rgba(210, 84, 37, .75);
}

.region-selected {
    fill: rgba(210, 84, 37, 1) !important;
}

.rql-main-stats-container {
  padding: 50px;
}
.rql-featured-stats-container {
    color: #FFF!important;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.rql-main-stat,
.rql-featured-stat {
    position: relative;
    max-width: none;
    width: 100% !important;
    display: block;
}

.rql-main-main,
.rql-featured-main {
    color: #FFF;
    font-family: Avenir, Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin: 0 auto;
    width: 100%;
    display: block;
    line-height: 1.2;
}

.rql-main-stat-intro,
.rql-featured-stat-intro {
    color: #FFF;
    font-size: 16px;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    line-height: 2;
    padding: 12px;
}

.rql-featured-stat-follow-up {
    font-size: 12px;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
    line-height: 1em;
}
