.columns {
    padding-top: 48px;
    padding-bottom: 68px;
}

.columns .columns-headline {
    color: #003254;
    margin-top: 0;
    margin-bottom: 32px;
}

.columns .column-row {
    display: flex;
    flex-flow: row wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.columns .column-row .columns-col {
    flex-shrink: 0;
    flex-grow: 0;
}

.columns .column-row .columns-2 {
    flex-basis: 50%;
}

.columns .column-row .columns-3 {
    flex-basis: 33.3333%;
}

@media (max-width: 767px) {
    .columns .column-row {
        display: block;
    }

    .columns .column-row .columns-col {
        padding-bottom: 32px;
    }
}

.columns .column {
    display: flex;
    flex-flow: column wrap;
    height: 100%;
    margin: 0 12px;
}

.columns .column .column-image {
    flex-grow: 0;
    flex-shrink: 1;
    justify-self: flex-start;
}

.columns .column .column-content {
    flex-grow: 1;
    flex-shrink: 1;
    justify-self: flex-start;
}

.columns .column .column-footer {
    flex-grow: 0;
    flex-shrink: 1;
    justify-self: flex-end;
}

@media (max-width: 767px) {
    .columns .column {
        padding-bottom: 32px;
    }
}

.columns .column-title {
    margin: 12px 0;
    font-size: 26px;
    line-height: 1;
    color: #003254;
}

.columns .column-text {
    color: #003254;
}

.columns .carousel-controls {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.columns .carousel-controls .carousel-tab {
    cursor: pointer;
}

.columns .carousel-controls .control-prev {
    float: none;
    display: inline-block;
    padding-right: 5px;
}

.columns .carousel-controls .control-next {
    float: none;
    display: inline-block;
    padding-left: 5px;
}

.columns .carousel-indicators {
    width: auto;
    margin: 0;
    display: inline-block;
    position: static;
}

.columns .carousel-indicators .indicator {
    border: 1px solid #7d9db6;
    background-color: #7d9db6;
    margin: 1px 10px;
}

.columns .carousel-indicators .indicator.active {
    border: 1px solid white;
    background-color: white;
    margin: 1px 10px;
}

.columns .carousel-arrow {
    color: #7d9db6;
}

.carousel-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    text-align: left;
}

.carousel-tabs li {
    list-style: none;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.carousel-tabs li .carousel-tab {
    vertical-align: top;
    background: white;
    color: #003254;
    padding: 10px 40px;
    text-align: center;
    max-width: 200px;
    font-weight: bold;
}

.carousel-tabs li:nth-child(1) .carousel-tab {
    background: white;
}

.carousel-tabs li:nth-child(2) .carousel-tab {
    background: #f2f2f2;
}

.carousel-tabs li:nth-child(3) .carousel-tab {
    background: #ededed;
}

.carousel-tabs li:nth-child(4) .carousel-tab {
    background: #e8e8e8;
}

.carousel-tabs li:nth-child(5) .carousel-tab {
    background: #e3e3e3;
}

.carousel-tabs li:nth-child(6) .carousel-tab {
    background: #dedede;
}

.carousel-tabs li:nth-child(7) .carousel-tab {
    background: #d9d9d9;
}

.carousel-tabs li:nth-child(8) .carousel-tab {
    background: #d4d4d4;
}

.carousel-tabs li:nth-child(1):not(.active) .carousel-tab {
    background: #f2f2f2;
}

.carousel-tabs li.active .carousel-tab {
    padding-top: 30px;
    background: white;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 100;
    position: relative;
}

@media (max-width: 767px) {
    .carousel-tabs li {
        display: block;
        width: 100%;
    }

    .carousel-tabs li .carousel-tab,
    .carousel-tabs li.active .carousel-tab {
        padding-top: 10px;
        max-width: 100%;
        width: 100%;
    }
}

.theme-darkblue .column-title {
    color: white;
}

.theme-darkblue .column-text {
    color: white;
}

.theme-darkblue .carousel-indicators .indicator {
    border-color: #bbcada;
    background-color: #bbcada;
}

.theme-darkblue .carousel-indicators .indicator.active {
    border-color: white;
    background-color: white;
}

.theme-darkblue .carousel-arrow {
    color: #bbcada;
}

.theme-blue .column-title, .theme-blue2 .column-title {
    color: #003254;
}

.theme-blue .column-text, .theme-blue2 .column-text {
    color: #003254;
}

.theme-blue .carousel-indicators .indicator, .theme-blue2 .carousel-indicators .indicator {
    border-color: #7d9db6;
    background-color: #7d9db6;
}

.theme-blue .carousel-indicators .indicator.active, .theme-blue2 .carousel-indicators .indicator.active {
    border-color: white;
    background-color: white;
}

.theme-blue .carousel-arrow, .theme-blue2 .carousel-arrow {
    color: #7d9db6;
}

.theme-orange .column-title {
    color: #003254;
}

.theme-orange .column-text {
    color: #003254;
}

.theme-orange .carousel-indicators .indicator {
    border-color: #ffd4ab;
    background-color: #ffd4ab;
}

.theme-orange .carousel-indicators .indicator.active {
    border-color: white;
    background-color: white;
}

.theme-orange .carousel-arrow {
    color: #ffd4ab;
}

.theme-green .column-title {
    color: white;
}

.theme-green .column-text {
    color: white;
}

.theme-green .carousel-indicators .indicator {
    border-color: #d9e3b5;
    background-color: #d9e3b5;
}

.theme-green .carousel-indicators .indicator.active {
    border-color: white;
    background-color: white;
}

.theme-green .carousel-arrow {
    color: #d9e3b5;
}

.theme-magenta .columns-headline {
    color: white;
}

.theme-magenta .column-title {
    color: white;
}

.theme-magenta .column-text {
    color: white;
}

.theme-magenta .carousel-indicators .indicator {
    border-color: #7d9db6;
    background-color: #7d9db6;
}

.theme-magenta .carousel-indicators .indicator.active {
    border-color: white;
    background-color: white;
}

.theme-magenta .carousel-arrow {
    color: #7d9db6;
}

.theme-none .columns-headline {
    color: #003254;
}

.theme-none .column-title {
    color: #003254;
}

.theme-none .column-text {
    color: #003254;
}

.theme-none .carousel-indicators .indicator {
    border-color: #e6e6e6;
    background-color: #e6e6e6;
}

.theme-none .carousel-indicators .indicator.active {
    border-color: #003254;
    background-color: #003254;
}

.theme-none .carousel-arrow {
    color: #003254;
}

.theme-custom .columns-headline {
    color: inherit;
}

.theme-custom .column-title {
    color: inherit;
}

.theme-custom .column-text {
    color: inherit;
}